Html Css Color HEX #1DD217 Lime Green

📋 copy color: '#1DD217'

red 29 ◦ green 210 ◦ blue 23

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

Shades of Lime Green #1DD217

Tints of Lime Green #1DD217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.78%

R = 11.07%
G = 80.15%
B = 8.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#1DD217 (or 0x1DD217) is known color: Lime Green. HEX triplet: 1D, D2 and 17. RGB value is (29,210,23). Sum of RGB (Red+Green+Blue) = 29+210+23=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 210 (82.42% from 255 or 80.15% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD217 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD217 is #E22DE8. Grayscale: #878787. Windows color (decimal): -14822889 or 1561117. OLE color: 1561117.

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

Color convert

RGB 29 210 23 -
CMYK 0.86 0 0.89 0.18
HSL 118.07º 0.8% 0.46% -
HSV(B) 118.07º 0.89% 0.82% -
XYZ 23.71 46.42 8.52 -
YUV 134.56 65.03 52.71 -
System Red Green Blue C M Y K H S L
Decimal 29 210 23 0.86 0 0.89 0.18 118.07 0.8 0.46
Hex 1D D2 17 56 0 59 12 76 50 2E
Octal 35 322 27 126 0 131 22 166 120 56
Binary 11101 11010010 10111 1010110 0 1011001 10010 1110110 1010000 101110

Color Harmonies of #1DD217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD217

Black with #1DD217

Text Example


Text Example

White with #1DD217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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