#37D053

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

Shades of Lime Green #37D053

Tints of Lime Green #37D053

Color information

#37D053 (or 0x37D053) is unknown color: approx Lime Green. HEX triplet: 37, D0 and 53. RGB value is (55,208,83). Sum of RGB (Red+Green+Blue) = 55+208+83=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #37D053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D053 is #C82FAC. Grayscale: #949494. Windows color (decimal): -13119405 or 5492791. OLE color: 5492791.

HSL color Cylindrical-coordinate representation of color #37D053: hue angle of 130.98º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D053 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB5520883-
CMYK0.7400.600.18
HSL130.98º61.94%51.57%-
HSV(B)130.98º73.56%81.57%-
XYZ25.6946.5515.81-
YUV14891.3161.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.90%
GREEN value IS 208 (81.64% from 255) = 60.12%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=15.90%
G=60.12%
B=23.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal55208830.7400.600.18130.9861.9451.57
Hex37D0534A03C12833e34
Octal67320123112074222037664
Binary110111110100001010011100101001111001001010000011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,208,83); }

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

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

 a { background-color: rgb(55,208,83); }

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

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

 span { border-color: rgb(55,208,83); }

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