Html Css Color HEX #37E140 Lime Green

📋 copy color: '#37E140'

red 55 ◦ green 225 ◦ blue 64

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

Shades of Lime Green #37E140

Tints of Lime Green #37E140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 15.99%
G = 65.41%
B = 18.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#37E140 (or 0x37E140) is known color: Lime Green. HEX triplet: 37, E1 and 40. RGB value is (55,225,64). Sum of RGB (Red+Green+Blue) = 55+225+64=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 225 (88.28% from 255 or 65.41% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 225 - color contains mainly: green. Hex color #37E140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E140 is #C81EBF. Grayscale: #9C9C9C. Windows color (decimal): -13115072 or 4251959. OLE color: 4251959.

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

Color convert

RGB 55 225 64 -
CMYK 0.76 0 0.72 0.12
HSL 123.18º 0.74% 0.55% -
HSV(B) 123.18º 0.76% 0.88% -
XYZ 29.43 55.03 13.92 -
YUV 155.82 76.18 56.09 -
System Red Green Blue C M Y K H S L
Decimal 55 225 64 0.76 0 0.72 0.12 123.18 0.74 0.55
Hex 37 E1 40 4C 0 48 C 7B 4A 37
Octal 67 341 100 114 0 110 14 173 112 67
Binary 110111 11100001 1000000 1001100 0 1001000 1100 1111011 1001010 110111

Color Harmonies of #37E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E140

Black with #37E140

Text Example


Text Example

White with #37E140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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