Html Css Color HEX #37E142 Lime Green

📋 copy color: '#37E142'

red 55 ◦ green 225 ◦ blue 66

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

Shades of Lime Green #37E142

Tints of Lime Green #37E142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.03%

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

R = 15.9%
G = 65.03%
B = 19.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#37E142 (or 0x37E142) is known color: Lime Green. HEX triplet: 37, E1 and 42. RGB value is (55,225,66). Sum of RGB (Red+Green+Blue) = 55+225+66=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #37E142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E142 is #C81EBD. Grayscale: #9C9C9C. Windows color (decimal): -13115070 or 4383031. OLE color: 4383031.

HSL color Cylindrical-coordinate representation of color #37E142: hue angle of 123.88º 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 #37E142 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 225 66 -
CMYK 0.76 0 0.71 0.12
HSL 123.88º 0.74% 0.55% -
HSV(B) 123.88º 0.76% 0.88% -
XYZ 29.48 55.06 14.23 -
YUV 156.04 77.18 55.93 -
System Red Green Blue C M Y K H S L
Decimal 55 225 66 0.76 0 0.71 0.12 123.88 0.74 0.55
Hex 37 E1 42 4C 0 47 C 7C 4A 37
Octal 67 341 102 114 0 107 14 174 112 67
Binary 110111 11100001 1000010 1001100 0 1000111 1100 1111100 1001010 110111

Color Harmonies of #37E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E142

Black with #37E142

Text Example


Text Example

White with #37E142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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