Html Css Color HEX #37E131 Lime Green

📋 copy color: '#37E131'

red 55 ◦ green 225 ◦ blue 49

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

Shades of Lime Green #37E131

Tints of Lime Green #37E131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 16.72%
G = 68.39%
B = 14.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#37E131 (or 0x37E131) is known color: Lime Green. HEX triplet: 37, E1 and 31. RGB value is (55,225,49). Sum of RGB (Red+Green+Blue) = 55+225+49=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 225 (88.28% from 255 or 68.39% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 225 - color contains mainly: green. Hex color #37E131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E131 is #C81ECE. Grayscale: #9A9A9A. Windows color (decimal): -13115087 or 3268919. OLE color: 3268919.

HSL color Cylindrical-coordinate representation of color #37E131: hue angle of 117.95º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37E131 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 225 49 -
CMYK 0.76 0 0.78 0.12
HSL 117.95º 0.75% 0.54% -
HSV(B) 117.95º 0.78% 0.88% -
XYZ 29.06 54.88 11.97 -
YUV 154.11 68.68 57.31 -
System Red Green Blue C M Y K H S L
Decimal 55 225 49 0.76 0 0.78 0.12 117.95 0.75 0.54
Hex 37 E1 31 4C 0 4E C 76 4B 36
Octal 67 341 61 114 0 116 14 166 113 66
Binary 110111 11100001 110001 1001100 0 1001110 1100 1110110 1001011 110110

Color Harmonies of #37E131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E131

Black with #37E131

Text Example


Text Example

White with #37E131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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