#1DCA37

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

Shades of Lime Green #1DCA37

Tints of Lime Green #1DCA37

Color information

#1DCA37 (or 0x1DCA37) is unknown color: approx Lime Green. HEX triplet: 1D, CA and 37. RGB value is (29,202,55). Sum of RGB (Red+Green+Blue) = 29+202+55=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCA37 is #E235C8. Grayscale: #858585. Windows color (decimal): -14824905 or 3656221. OLE color: 3656221.

HSL color Cylindrical-coordinate representation of color #1DCA37: hue angle of 129.02º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCA37 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2920255-
CMYK0.8600.730.21
HSL129.02º74.89%45.29%-
HSV(B)129.02º85.64%79.22%-
XYZ22.3242.7810.7-
YUV133.5283.6953.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.14%
GREEN value IS 202 (79.30% from 255) = 70.63%
BLUE value IS 55 (21.88% from 255) = 19.23%
R=10.14%
G=70.63%
B=19.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29202550.8600.730.21129.0274.8945.29
Hex1DCA375604915814b2d
Octal353126712601112520111355
Binary111011100101011011110101100100100110101100000011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DCA37; }

 p { color: rgb(29,202,55); }

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

<style>
 a { background-color: #1DCA37; }

 a { background-color: rgb(29,202,55); }

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

<style>
 span { border-color: #1DCA37; }

 span { border-color: rgb(29,202,55); }

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