#2fb51c

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

Shades of Lime Green #2FB51C

Tints of Lime Green #2FB51C

Color information

#2FB51C (or 0x2FB51C) is unknown color: approx Lime Green. HEX triplet: 2F, B5 and 1C. RGB value is (47,181,28). Sum of RGB (Red+Green+Blue) = 47+181+28=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB51C is #D04AE3. Grayscale: #7B7B7B. Windows color (decimal): -13650660 or 1881391. OLE color: 1881391.

HSL color Cylindrical-coordinate representation of color #2FB51C: hue angle of 112.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FB51C is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB4718128-
CMYK0.7400.850.29
HSL112.55º73.21%40.98%-
HSV(B)112.55º84.53%70.98%-
XYZ17.9133.746.67-
YUV123.4974.1173.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.36%
GREEN value IS 181 (71.09% from 255) = 70.70%
BLUE value IS 28 (11.33% from 255) = 10.94%
R=18.36%
G=70.70%
B=10.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47181280.7400.850.29112.5573.2140.98
Hex2FB51C4A0551D714929
Octal572653411201253516111151
Binary10111110110101111001001010010101011110111100011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fb51c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,181,28); }

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

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

 a { background-color: rgb(47,181,28); }

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

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

 span { border-color: rgb(47,181,28); }

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