Html Css Color HEX #37E150 Lime Green

📋 copy color: '#37E150'

red 55 ◦ green 225 ◦ blue 80

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

Shades of Lime Green #37E150

Tints of Lime Green #37E150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 15.28%
G = 62.5%
B = 22.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#37E150 (or 0x37E150) is known color: Lime Green. HEX triplet: 37, E1 and 50. RGB value is (55,225,80). Sum of RGB (Red+Green+Blue) = 55+225+80=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #37E150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37E150 is #C81EAF. Grayscale: #9E9E9E. Windows color (decimal): -13115056 or 5300535. OLE color: 5300535.

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

Color convert

RGB 55 225 80 -
CMYK 0.76 0 0.64 0.12
HSL 128.82º 0.74% 0.55% -
HSV(B) 128.82º 0.76% 0.88% -
XYZ 29.95 55.24 16.67 -
YUV 157.64 84.18 54.79 -
System Red Green Blue C M Y K H S L
Decimal 55 225 80 0.76 0 0.64 0.12 128.82 0.74 0.55
Hex 37 E1 50 4C 0 40 C 81 4A 37
Octal 67 341 120 114 0 100 14 201 112 67
Binary 110111 11100001 1010000 1001100 0 1000000 1100 10000001 1001010 110111

Color Harmonies of #37E150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E150

Black with #37E150

Text Example


Text Example

White with #37E150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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