#37F94D

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

Shades of Lime Green #37F94D

Tints of Lime Green #37F94D

Color information

#37F94D (or 0x37F94D) is unknown color: approx Lime Green. HEX triplet: 37, F9 and 4D. RGB value is (55,249,77). Sum of RGB (Red+Green+Blue) = 55+249+77=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 249 (97.66% from 255 or 65.35% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 249 - color contains mainly: green. Hex color #37F94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #37F94D is #C806B2. Grayscale: #ABABAB. Windows color (decimal): -13108915 or 5110071. OLE color: 5110071.

HSL color Cylindrical-coordinate representation of color #37F94D: hue angle of 126.8º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F94D is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB5524977-
CMYK0.7800.690.02
HSL126.8º94.17%59.61%-
HSV(B)126.8º77.91%97.65%-
XYZ36.7969.118.42-
YUV171.3974.7344.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.44%
GREEN value IS 249 (97.66% from 255) = 65.35%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=14.44%
G=65.35%
B=20.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal55249770.7800.690.02126.894.1759.61
Hex37F94D4E04527f5e3c
Octal673711151160105217713674
Binary1101111111100110011011001110010001011011111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,249,77); }

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

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

 a { background-color: rgb(55,249,77); }

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

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

 span { border-color: rgb(55,249,77); }

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