Html Css Color HEX #1DC008 Lime Green

📋 copy color: '#1DC008'

red 29 ◦ green 192 ◦ blue 8

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

Shades of Lime Green #1DC008

Tints of Lime Green #1DC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 83.84%

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

R = 12.66%
G = 83.84%
B = 3.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#1DC008 (or 0x1DC008) is known color: Lime Green. HEX triplet: 1D, C0 and 08. RGB value is (29,192,8). Sum of RGB (Red+Green+Blue) = 29+192+8=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC008 is #E23FF7. Grayscale: #7A7A7A. Windows color (decimal): -14827512 or 573469. OLE color: 573469.

HSL color Cylindrical-coordinate representation of color #1DC008: hue angle of 113.15º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DC008 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 192 8 -
CMYK 0.85 0 0.96 0.25
HSL 113.15º 0.92% 0.39% -
HSV(B) 113.15º 0.96% 0.75% -
XYZ 19.4 37.98 6.54 -
YUV 122.29 63.5 61.46 -
System Red Green Blue C M Y K H S L
Decimal 29 192 8 0.85 0 0.96 0.25 113.15 0.92 0.39
Hex 1D C0 8 55 0 60 19 71 5C 27
Octal 35 300 10 125 0 140 31 161 134 47
Binary 11101 11000000 1000 1010101 0 1100000 11001 1110001 1011100 100111

Color Harmonies of #1DC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC008

Black with #1DC008

Text Example


Text Example

White with #1DC008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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