#1DC018

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

Shades of Lime Green #1DC018

Tints of Lime Green #1DC018

Color information

#1DC018 (or 0x1DC018) is unknown color: approx Lime Green. HEX triplet: 1D, C0 and 18. RGB value is (29,192,24). Sum of RGB (Red+Green+Blue) = 29+192+24=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC018 is #E23FE7. Grayscale: #7C7C7C. Windows color (decimal): -14827496 or 1622045. OLE color: 1622045.

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

Color convert

RGB2919224-
CMYK0.8500.880.25
HSL118.21º77.78%42.35%-
HSV(B)118.21º87.5%75.29%-
XYZ19.5238.037.18-
YUV124.1171.560.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.84%
GREEN value IS 192 (75.39% from 255) = 78.37%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=11.84%
G=78.37%
B=9.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29192240.8500.880.25118.2177.7842.35
Hex1DC0185505819764e2a
Octal353003012501303116611652
Binary1110111000000110001010101010110001100111101101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DC018;
 }
 .AnyTagClassName
 {
   color: #1DC018;
 }
</style>
background-color css

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

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

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

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

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

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