Html Css Color HEX #1DC209 Lime Green

📋 copy color: '#1DC209'

red 29 ◦ green 194 ◦ blue 9

#1DC209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1DC209

Tints of Lime Green #1DC209

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 value IS 0.85

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#1DC209 (or 0x1DC209) is known color: 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

RGB 29 194 9 -
CMYK 0.85 0 0.95 0.24
HSL 113.51º 0.91% 0.4% -
HSV(B) 113.51º 0.95% 0.76% -
XYZ 19.85 38.86 6.71 -
YUV 123.58 63.34 60.54 -
System Red Green Blue C M Y K H S L
Decimal 29 194 9 0.85 0 0.95 0.24 113.51 0.91 0.4
Hex 1D C2 9 55 0 5F 18 72 5B 28
Octal 35 302 11 125 0 137 30 162 133 50
Binary 11101 11000010 1001 1010101 0 1011111 11000 1110010 1011011 101000

Color Harmonies of #1DC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC209

Black with #1DC209

Text Example


Text Example

White with #1DC209

Text Example


Text Example

HTML Codes & Css Web 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>