#1dc10c

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

Shades of Lime Green #1DC10C

Tints of Lime Green #1DC10C

Color information

#1DC10C (or 0x1DC10C) is unknown color: approx Lime Green. HEX triplet: 1D, C1 and 0C. RGB value is (29,193,12). Sum of RGB (Red+Green+Blue) = 29+193+12=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 193 (75.78% from 255 or 82.48% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC10C is #E23EF3. Grayscale: #7B7B7B. Windows color (decimal): -14827252 or 835869. OLE color: 835869.

HSL color Cylindrical-coordinate representation of color #1DC10C: hue angle of 114.36º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DC10C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB2919312-
CMYK0.8500.940.24
HSL114.36º88.29%40.2%-
HSV(B)114.36º93.78%75.69%-
XYZ19.6438.436.73-
YUV123.3365.1760.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.39%
GREEN value IS 193 (75.78% from 255) = 82.48%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=12.39%
G=82.48%
B=5.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29193120.8500.940.24114.3688.2940.2
Hex1DC1C5505E18725828
Octal353011412501363016213050
Binary111011100000111001010101010111101100011100101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1dc10c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,193,12); }

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

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

 a { background-color: rgb(29,193,12); }

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

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

 span { border-color: rgb(29,193,12); }

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