Html Css Color HEX #1DD008 Lime Green

📋 copy color: '#1DD008'

red 29 ◦ green 208 ◦ blue 8

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

Shades of Lime Green #1DD008

Tints of Lime Green #1DD008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 84.9%

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 11.84%
G = 84.9%
B = 3.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#1DD008 (or 0x1DD008) is known color: Lime Green. HEX triplet: 1D, D0 and 08. RGB value is (29,208,8). Sum of RGB (Red+Green+Blue) = 29+208+8=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 208 (81.64% from 255 or 84.90% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD008 is #E22FF7. Grayscale: #848484. Windows color (decimal): -14823416 or 577565. OLE color: 577565.

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

Color convert

RGB 29 208 8 -
CMYK 0.86 0 0.96 0.18
HSL 113.7º 0.93% 0.42% -
HSV(B) 113.7º 0.96% 0.82% -
XYZ 23.11 45.39 7.77 -
YUV 131.68 58.2 54.76 -
System Red Green Blue C M Y K H S L
Decimal 29 208 8 0.86 0 0.96 0.18 113.7 0.93 0.42
Hex 1D D0 8 56 0 60 12 72 5D 2A
Octal 35 320 10 126 0 140 22 162 135 52
Binary 11101 11010000 1000 1010110 0 1100000 10010 1110010 1011101 101010

Color Harmonies of #1DD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD008

Black with #1DD008

Text Example


Text Example

White with #1DD008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,208,8); }

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

background-color css

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

 a { background-color: rgb(29,208,8); }

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

border-color css

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

 span { border-color: rgb(29,208,8); }

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