Html Css Color HEX #1DC210 Lime Green

📋 copy color: '#1DC210'

red 29 ◦ green 194 ◦ blue 16

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

Shades of Lime Green #1DC210

Tints of Lime Green #1DC210

RGB

 RED value IS 29 (11.72% from 255) = 12.13%

 GREEN value IS 194 (76.17% from 255) = 81.17%

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 12.13%
G = 81.17%
B = 6.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#1DC210 (or 0x1DC210) is known color: Lime Green. HEX triplet: 1D, C2 and 10. RGB value is (29,194,16). Sum of RGB (Red+Green+Blue) = 29+194+16=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC210 is #E23DEF. Grayscale: #7C7C7C. Windows color (decimal): -14826992 or 1098269. OLE color: 1098269.

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

Color convert

RGB 29 194 16 -
CMYK 0.85 0 0.92 0.24
HSL 115.62º 0.85% 0.41% -
HSV(B) 115.62º 0.92% 0.76% -
XYZ 19.89 38.88 6.95 -
YUV 124.37 66.84 59.97 -
System Red Green Blue C M Y K H S L
Decimal 29 194 16 0.85 0 0.92 0.24 115.62 0.85 0.41
Hex 1D C2 10 55 0 5C 18 74 55 29
Octal 35 302 20 125 0 134 30 164 125 51
Binary 11101 11000010 10000 1010101 0 1011100 11000 1110100 1010101 101001

Color Harmonies of #1DC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC210

Black with #1DC210

Text Example


Text Example

White with #1DC210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DC210;
 }
 .AnyTagClassName
 {
   color: #1DC210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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