#37D642

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

Shades of Lime Green #37D642

Tints of Lime Green #37D642

Color information

#37D642 (or 0x37D642) is unknown color: approx Lime Green. HEX triplet: 37, D6 and 42. RGB value is (55,214,66). Sum of RGB (Red+Green+Blue) = 55+214+66=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #37D642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D642 is #C829BD. Grayscale: #969696. Windows color (decimal): -13117886 or 4380215. OLE color: 4380215.

HSL color Cylindrical-coordinate representation of color #37D642: hue angle of 124.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D642 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB5521466-
CMYK0.7400.690.16
HSL124.15º65.98%52.75%-
HSV(B)124.15º74.3%83.92%-
XYZ26.6149.313.27-
YUV149.5980.8260.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 214 (83.98% from 255) = 63.88%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=16.42%
G=63.88%
B=19.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55214660.7400.690.16124.1565.9852.75
Hex37D6424A045107c4235
Octal6732610211201052017410265
Binary1101111101011010000101001010010001011000011111001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,214,66); }

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

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

 a { background-color: rgb(55,214,66); }

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

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

 span { border-color: rgb(55,214,66); }

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