#37DD28

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

Shades of Lime Green #37DD28

Tints of Lime Green #37DD28

Color information

#37DD28 (or 0x37DD28) is unknown color: approx Lime Green. HEX triplet: 37, DD and 28. RGB value is (55,221,40). Sum of RGB (Red+Green+Blue) = 55+221+40=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #37DD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DD28 is #C822D7. Grayscale: #979797. Windows color (decimal): -13116120 or 2678071. OLE color: 2678071.

HSL color Cylindrical-coordinate representation of color #37DD28: hue angle of 115.03º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37DD28 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB5522140-
CMYK0.7500.820.13
HSL115.03º72.69%51.18%-
HSV(B)115.03º81.9%86.67%-
XYZ27.8252.6810.71-
YUV150.7365.559.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 221 (86.72% from 255) = 69.94%
BLUE value IS 40 (16.02% from 255) = 12.66%
R=17.41%
G=69.94%
B=12.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal55221400.7500.820.13115.0372.6951.18
Hex37DD284B052D734933
Octal673355011301221516311163
Binary11011111011101101000100101101010010110111100111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,221,40); }

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

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

 a { background-color: rgb(55,221,40); }

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

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

 span { border-color: rgb(55,221,40); }

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