#1DCA16

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

Shades of Lime Green #1DCA16

Tints of Lime Green #1DCA16

Color information

#1DCA16 (or 0x1DCA16) is unknown color: approx Lime Green. HEX triplet: 1D, CA and 16. RGB value is (29,202,22). Sum of RGB (Red+Green+Blue) = 29+202+22=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 202 (79.30% from 255 or 79.84% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCA16 is #E235E9. Grayscale: #828282. Windows color (decimal): -14824938 or 1493533. OLE color: 1493533.

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

Color convert

RGB2920222-
CMYK0.8600.890.21
HSL117.67º80.36%43.92%-
HSV(B)117.67º89.11%79.22%-
XYZ21.7742.567.83-
YUV129.7567.1956.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.46%
GREEN value IS 202 (79.30% from 255) = 79.84%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=11.46%
G=79.84%
B=8.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29202220.8600.890.21117.6780.3643.92
Hex1DCA16560591576502c
Octal353122612601312516612054
Binary1110111001010101101010110010110011010111101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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