Html Css Color HEX #37E050 Lime Green

📋 copy color: '#37E050'

red 55 ◦ green 224 ◦ blue 80

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

Shades of Lime Green #37E050

Tints of Lime Green #37E050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.4%

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

R = 15.32%
G = 62.4%
B = 22.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#37E050 (or 0x37E050) is known color: Lime Green. HEX triplet: 37, E0 and 50. RGB value is (55,224,80). Sum of RGB (Red+Green+Blue) = 55+224+80=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #37E050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37E050 is #C81FAF. Grayscale: #9D9D9D. Windows color (decimal): -13115312 or 5300279. OLE color: 5300279.

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

Color convert

RGB 55 224 80 -
CMYK 0.75 0 0.64 0.12
HSL 128.88º 0.73% 0.55% -
HSV(B) 128.88º 0.75% 0.88% -
XYZ 29.68 54.7 16.58 -
YUV 157.05 84.51 55.21 -
System Red Green Blue C M Y K H S L
Decimal 55 224 80 0.75 0 0.64 0.12 128.88 0.73 0.55
Hex 37 E0 50 4B 0 40 C 81 49 37
Octal 67 340 120 113 0 100 14 201 111 67
Binary 110111 11100000 1010000 1001011 0 1000000 1100 10000001 1001001 110111

Color Harmonies of #37E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E050

Black with #37E050

Text Example


Text Example

White with #37E050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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