#2FB841

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

Shades of Lime Green #2FB841

Tints of Lime Green #2FB841

Color information

#2FB841 (or 0x2FB841) is unknown color: approx Lime Green. HEX triplet: 2F, B8 and 41. RGB value is (47,184,65). Sum of RGB (Red+Green+Blue) = 47+184+65=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 184 (72.27% from 255 or 62.16% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB841 is #D047BE. Grayscale: #818181. Windows color (decimal): -13649855 or 4306991. OLE color: 4306991.

HSL color Cylindrical-coordinate representation of color #2FB841: hue angle of 127.88º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB841 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB4718465-
CMYK0.7400.650.28
HSL127.88º59.31%45.29%-
HSV(B)127.88º74.46%72.16%-
XYZ19.2735.2710.79-
YUV129.4791.6169.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.88%
GREEN value IS 184 (72.27% from 255) = 62.16%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=15.88%
G=62.16%
B=21.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal47184650.7400.650.28127.8859.3145.29
Hex2FB8414A0411C803b2d
Octal572701011120101342007355
Binary1011111011100010000011001010010000011110010000000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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