Html Css Color HEX #37E155 Lime Green

📋 copy color: '#37E155'

red 55 ◦ green 225 ◦ blue 85

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

Shades of Lime Green #37E155

Tints of Lime Green #37E155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 15.07%
G = 61.64%
B = 23.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#37E155 (or 0x37E155) is known color: Lime Green. HEX triplet: 37, E1 and 55. RGB value is (55,225,85). Sum of RGB (Red+Green+Blue) = 55+225+85=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #37E155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37E155 is #C81EAA. Grayscale: #9E9E9E. Windows color (decimal): -13115051 or 5628215. OLE color: 5628215.

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

Color convert

RGB 55 225 85 -
CMYK 0.76 0 0.62 0.12
HSL 130.59º 0.74% 0.55% -
HSV(B) 130.59º 0.76% 0.88% -
XYZ 30.14 55.32 17.68 -
YUV 158.21 86.68 54.38 -
System Red Green Blue C M Y K H S L
Decimal 55 225 85 0.76 0 0.62 0.12 130.59 0.74 0.55
Hex 37 E1 55 4C 0 3E C 83 4A 37
Octal 67 341 125 114 0 76 14 203 112 67
Binary 110111 11100001 1010101 1001100 0 111110 1100 10000011 1001010 110111

Color Harmonies of #37E155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E155

Black with #37E155

Text Example


Text Example

White with #37E155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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