Html Css Color HEX #37D142 Lime Green

📋 copy color: '#37D142'

red 55 ◦ green 209 ◦ blue 66

#37D142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #37D142

Tints of Lime Green #37D142

RGB

 RED value IS 55 (21.88% from 255) = 16.67%

 GREEN value IS 209 (82.03% from 255) = 63.33%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 16.67%
G = 63.33%
B = 20%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#37D142 (or 0x37D142) is known color: Lime Green. HEX triplet: 37, D1 and 42. RGB value is (55,209,66). Sum of RGB (Red+Green+Blue) = 55+209+66=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 209 (82.03% from 255 or 63.33% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 209 - color contains mainly: green. Hex color #37D142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D142 is #C82EBD. Grayscale: #939393. Windows color (decimal): -13119166 or 4378935. OLE color: 4378935.

HSL color Cylindrical-coordinate representation of color #37D142: hue angle of 124.29º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D142 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 209 66 -
CMYK 0.74 0 0.68 0.18
HSL 124.29º 0.63% 0.52% -
HSV(B) 124.29º 0.74% 0.82% -
XYZ 25.36 46.81 12.85 -
YUV 146.65 82.48 62.63 -
System Red Green Blue C M Y K H S L
Decimal 55 209 66 0.74 0 0.68 0.18 124.29 0.63 0.52
Hex 37 D1 42 4A 0 44 12 7C 3F 34
Octal 67 321 102 112 0 104 22 174 77 64
Binary 110111 11010001 1000010 1001010 0 1000100 10010 1111100 111111 110100

Color Harmonies of #37D142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D142

Black with #37D142

Text Example


Text Example

White with #37D142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37D142;
 }
 .AnyTagClassName
 {
   color: #37D142;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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