#37DC25

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

Shades of Lime Green #37DC25

Tints of Lime Green #37DC25

Color information

#37DC25 (or 0x37DC25) is unknown color: approx Lime Green. HEX triplet: 37, DC and 25. RGB value is (55,220,37). Sum of RGB (Red+Green+Blue) = 55+220+37=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DC25 is #C823DA. Grayscale: #969696. Windows color (decimal): -13116379 or 2481207. OLE color: 2481207.

HSL color Cylindrical-coordinate representation of color #37DC25: hue angle of 114.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37DC25 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB5522037-
CMYK0.7500.830.14
HSL114.1º72.33%50.39%-
HSV(B)114.1º83.18%86.27%-
XYZ27.552.1310.36-
YUV149.864.3460.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 220 (86.33% from 255) = 70.51%
BLUE value IS 37 (14.84% from 255) = 11.86%
R=17.63%
G=70.51%
B=11.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal55220370.7500.830.14114.172.3350.39
Hex37DC254B053E724832
Octal673344511301231616211062
Binary11011111011100100101100101101010011111011100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,220,37); }

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

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

 a { background-color: rgb(55,220,37); }

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

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

 span { border-color: rgb(55,220,37); }

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