#1DC008

Color #1DC008 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1DC008

Tints of Lime Green #1DC008

Color information

#1DC008 (or 0x1DC008) is unknown color: approx 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

RGB291928-
CMYK0.8500.960.25
HSL113.15º92%39.22%-
HSV(B)113.15º95.83%75.29%-
XYZ19.437.986.54-
YUV122.2963.561.46-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2919280.8500.960.25113.159239.22
Hex1DC085506019715c27
Octal353001012501403116113447
Binary111011100000010001010101011000001100111100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>