#37DC1B

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

Shades of Lime Green #37DC1B

Tints of Lime Green #37DC1B

Color information

#37DC1B (or 0x37DC1B) is unknown color: approx Lime Green. HEX triplet: 37, DC and 1B. RGB value is (55,220,27). Sum of RGB (Red+Green+Blue) = 55+220+27=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DC1B is #C823E4. Grayscale: #959595. Windows color (decimal): -13116389 or 1825847. OLE color: 1825847.

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

Color convert

RGB5522027-
CMYK0.7500.880.14
HSL111.3º78.14%48.43%-
HSV(B)111.3º87.73%86.27%-
XYZ27.3752.089.65-
YUV148.6659.3461.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.21%
GREEN value IS 220 (86.33% from 255) = 72.85%
BLUE value IS 27 (10.94% from 255) = 8.94%
R=18.21%
G=72.85%
B=8.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal55220270.7500.880.14111.378.1448.43
Hex37DC1B4B058E6f4e30
Octal673343311301301615711660
Binary1101111101110011011100101101011000111011011111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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