#37E14F

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

Shades of Lime Green #37E14F

Tints of Lime Green #37E14F

Color information

#37E14F (or 0x37E14F) is unknown color: approx Lime Green. HEX triplet: 37, E1 and 4F. RGB value is (55,225,79). Sum of RGB (Red+Green+Blue) = 55+225+79=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 225 (88.28% from 255 or 62.67% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 225 - color contains mainly: green. Hex color #37E14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37E14F is #C81EB0. Grayscale: #9D9D9D. Windows color (decimal): -13115057 or 5234999. OLE color: 5234999.

HSL color Cylindrical-coordinate representation of color #37E14F: hue angle of 128.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E14F is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB5522579-
CMYK0.7600.650.12
HSL128.47º73.91%54.9%-
HSV(B)128.47º75.56%88.24%-
XYZ29.9155.2316.48-
YUV157.5383.6854.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.32%
GREEN value IS 225 (88.28% from 255) = 62.67%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=15.32%
G=62.67%
B=22.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal55225790.7600.650.12128.4773.9154.9
Hex37E14F4C041C804a37
Octal6734111711401011420011267
Binary1101111110000110011111001100010000011100100000001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,225,79); }

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

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

 a { background-color: rgb(55,225,79); }

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

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

 span { border-color: rgb(55,225,79); }

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