Html Css Color HEX #1DD212 Lime Green

📋 copy color: '#1DD212'

red 29 ◦ green 210 ◦ blue 18

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

Shades of Lime Green #1DD212

Tints of Lime Green #1DD212

RGB

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

 GREEN value IS 210 (82.42% from 255) = 81.71%

 BLUE value IS 18 (7.42% from 255) = 7%

R = 11.28%
G = 81.71%
B = 7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#1DD212 (or 0x1DD212) is known color: Lime Green. HEX triplet: 1D, D2 and 12. RGB value is (29,210,18). Sum of RGB (Red+Green+Blue) = 29+210+18=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 210 (82.42% from 255 or 81.71% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD212 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD212 is #E22DED. Grayscale: #868686. Windows color (decimal): -14822894 or 1233437. OLE color: 1233437.

HSL color Cylindrical-coordinate representation of color #1DD212: hue angle of 116.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DD212 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 210 18 -
CMYK 0.86 0 0.91 0.18
HSL 116.56º 0.84% 0.45% -
HSV(B) 116.56º 0.91% 0.82% -
XYZ 23.66 46.4 8.28 -
YUV 133.99 62.53 53.11 -
System Red Green Blue C M Y K H S L
Decimal 29 210 18 0.86 0 0.91 0.18 116.56 0.84 0.45
Hex 1D D2 12 56 0 5B 12 75 54 2D
Octal 35 322 22 126 0 133 22 165 124 55
Binary 11101 11010010 10010 1010110 0 1011011 10010 1110101 1010100 101101

Color Harmonies of #1DD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD212

Black with #1DD212

Text Example


Text Example

White with #1DD212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,210,18); }

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

background-color css

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

 a { background-color: rgb(29,210,18); }

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

border-color css

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

 span { border-color: rgb(29,210,18); }

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