#1CCD18

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

Shades of Lime Green #1CCD18

Tints of Lime Green #1CCD18

Color information

#1CCD18 (or 0x1CCD18) is unknown color: approx Lime Green. HEX triplet: 1C, CD and 18. RGB value is (28,205,24). Sum of RGB (Red+Green+Blue) = 28+205+24=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 205 (80.47% from 255 or 79.77% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCD18 is #E332E7. Grayscale: #838383. Windows color (decimal): -14889704 or 1625372. OLE color: 1625372.

HSL color Cylindrical-coordinate representation of color #1CCD18: hue angle of 118.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCD18 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB2820524-
CMYK0.8600.880.20
HSL118.67º79.04%44.9%-
HSV(B)118.67º88.29%80.39%-
XYZ22.4843.988.17-
YUV131.4467.3654.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 205 (80.47% from 255) = 79.77%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=10.89%
G=79.77%
B=9.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal28205240.8600.880.20118.6779.0444.9
Hex1CCD185605814774f2d
Octal343153012601302416711755
Binary1110011001101110001010110010110001010011101111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,205,24); }

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

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

 a { background-color: rgb(28,205,24); }

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

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

 span { border-color: rgb(28,205,24); }

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