#37E048

Color #37E048 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #37E048

Tints of Lime Green #37E048

Color information

#37E048 (or 0x37E048) is unknown color: approx Lime Green. HEX triplet: 37, E0 and 48. RGB value is (55,224,72). Sum of RGB (Red+Green+Blue) = 55+224+72=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 224 (87.89% from 255 or 63.82% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 224 - color contains mainly: green. Hex color #37E048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E048 is #C81FB7. Grayscale: #9C9C9C. Windows color (decimal): -13115320 or 4775991. OLE color: 4775991.

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

Color convert

RGB5522472-
CMYK0.7500.680.12
HSL126.04º73.16%54.71%-
HSV(B)126.04º75.45%87.84%-
XYZ29.454.5915.12-
YUV156.1480.5155.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.67%
GREEN value IS 224 (87.89% from 255) = 63.82%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=15.67%
G=63.82%
B=20.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal55224720.7500.680.12126.0473.1654.71
Hex37E0484B044C7e4937
Octal6734011011301041417611167
Binary110111111000001001000100101101000100110011111101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37E048;
 }
 .AnyTagClassName
 {
   color: #37E048;
 }
</style>
background-color css

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

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

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

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

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

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