#1DC209

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

Shades of Lime Green #1DC209

Tints of Lime Green #1DC209

Color information

#1DC209 (or 0x1DC209) is unknown color: approx Lime Green. HEX triplet: 1D, C2 and 09. RGB value is (29,194,9). Sum of RGB (Red+Green+Blue) = 29+194+9=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 194 (76.17% from 255 or 83.62% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC209 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC209 is #E23DF6. Grayscale: #7C7C7C. Windows color (decimal): -14826999 or 639517. OLE color: 639517.

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

Color convert

RGB291949-
CMYK0.8500.950.24
HSL113.51º91.13%39.8%-
HSV(B)113.51º95.36%76.08%-
XYZ19.8538.866.71-
YUV123.5863.3460.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.5%
GREEN value IS 194 (76.17% from 255) = 83.62%
BLUE value IS 9 (3.91% from 255) = 3.88%
R=12.5%
G=83.62%
B=3.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2919490.8500.950.24113.5191.1339.8
Hex1DC295505F18725b28
Octal353021112501373016213350
Binary111011100001010011010101010111111100011100101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,194,9); }

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

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

 a { background-color: rgb(29,194,9); }

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

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

 span { border-color: rgb(29,194,9); }

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