#1DC10D

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

Shades of Lime Green #1DC10D

Tints of Lime Green #1DC10D

Color information

#1DC10D (or 0x1DC10D) is unknown color: approx Lime Green. HEX triplet: 1D, C1 and 0D. RGB value is (29,193,13). Sum of RGB (Red+Green+Blue) = 29+193+13=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 193 (75.78% from 255 or 82.13% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC10D is #E23EF2. Grayscale: #7C7C7C. Windows color (decimal): -14827251 or 901405. OLE color: 901405.

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

Color convert

RGB2919313-
CMYK0.8500.930.24
HSL114.67º87.38%40.39%-
HSV(B)114.67º93.26%75.69%-
XYZ19.6538.436.76-
YUV123.4465.6760.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 193 (75.78% from 255) = 82.13%
BLUE value IS 13 (5.47% from 255) = 5.53%
R=12.34%
G=82.13%
B=5.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29193130.8500.930.24114.6787.3840.39
Hex1DC1D5505D18735728
Octal353011512501353016312750
Binary111011100000111011010101010111011100011100111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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