#2FCF41

Color #2FCF41 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2FCF41

Tints of Lime Green #2FCF41

Color information

#2FCF41 (or 0x2FCF41) is unknown color: approx Lime Green. HEX triplet: 2F, CF and 41. RGB value is (47,207,65). Sum of RGB (Red+Green+Blue) = 47+207+65=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 207 (81.25% from 255 or 64.89% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF41 is #D030BE. Grayscale: #8F8F8F. Windows color (decimal): -13643967 or 4312879. OLE color: 4312879.

HSL color Cylindrical-coordinate representation of color #2FCF41: hue angle of 126.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF41 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB4720765-
CMYK0.7700.690.19
HSL126.75º62.99%49.8%-
HSV(B)126.75º77.29%81.18%-
XYZ24.4445.6112.52-
YUV142.9783.9959.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 14.73%
GREEN value IS 207 (81.25% from 255) = 64.89%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=14.73%
G=64.89%
B=20.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal47207650.7700.690.19126.7562.9949.8
Hex2FCF414D045137f3f32
Octal573171011150105231777762
Binary101111110011111000001100110101000101100111111111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FCF41; }

 p { color: rgb(47,207,65); }

 H1.HeaderClassName
 {
   color: #2FCF41;
 }
 .AnyTagClassName
 {
   color: #2FCF41;
 }
</style>
background-color css

<style>
 a { background-color: #2FCF41; }

 a { background-color: rgb(47,207,65); }

 div.DivClassName
 {
   background-color: #2FCF41;
 }
 .BgClassName
 {
   background-color: #2FCF41;
 }
</style>
border-color css

<style>
 span { border-color: #2FCF41; }

 span { border-color: rgb(47,207,65); }

 td.TdClassName
 {
   border-color: #2FCF41;
 }
 .TagClassName
 {
   border-color: #2FCF41;
 }
</style>