#2CF837

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

Shades of Lime Green #2CF837

Tints of Lime Green #2CF837

Color information

#2CF837 (or 0x2CF837) is unknown color: approx Lime Green. HEX triplet: 2C, F8 and 37. RGB value is (44,248,55). Sum of RGB (Red+Green+Blue) = 44+248+55=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 248 (97.27% from 255 or 71.47% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF837 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF837 is #D307C8. Grayscale: #A5A5A5. Windows color (decimal): -13830089 or 3668012. OLE color: 3668012.

HSL color Cylindrical-coordinate representation of color #2CF837: hue angle of 123.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF837 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB4424855-
CMYK0.8200.780.03
HSL123.24º93.58%57.25%-
HSV(B)123.24º82.26%97.25%-
XYZ35.367.9514.87-
YUV16565.9141.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.68%
GREEN value IS 248 (97.27% from 255) = 71.47%
BLUE value IS 55 (21.88% from 255) = 15.85%
R=12.68%
G=71.47%
B=15.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal44248550.8200.780.03123.2493.5857.25
Hex2CF8375204E37b5e39
Octal54370671220116317313671
Binary101100111110001101111010010010011101111110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,248,55); }

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

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

 a { background-color: rgb(44,248,55); }

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

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

 span { border-color: rgb(44,248,55); }

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