#37F249

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

Shades of Lime Green #37F249

Tints of Lime Green #37F249

Color information

#37F249 (or 0x37F249) is unknown color: approx Lime Green. HEX triplet: 37, F2 and 49. RGB value is (55,242,73). Sum of RGB (Red+Green+Blue) = 55+242+73=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #37F249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F249 is #C80DB6. Grayscale: #A7A7A7. Windows color (decimal): -13110711 or 4846135. OLE color: 4846135.

HSL color Cylindrical-coordinate representation of color #37F249: hue angle of 125.78º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F249 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB5524273-
CMYK0.7700.700.05
HSL125.78º87.79%58.24%-
HSV(B)125.78º77.27%94.9%-
XYZ34.5364.816.99-
YUV166.8275.0548.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.86%
GREEN value IS 242 (94.92% from 255) = 65.41%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=14.86%
G=65.41%
B=19.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal55242730.7700.700.05125.7887.7958.24
Hex37F2494D04657e583a
Octal673621111150106517613072
Binary11011111110010100100110011010100011010111111101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37F249; }

 p { color: rgb(55,242,73); }

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

<style>
 a { background-color: #37F249; }

 a { background-color: rgb(55,242,73); }

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

<style>
 span { border-color: #37F249; }

 span { border-color: rgb(55,242,73); }

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