#1CCC0D

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

Shades of Lime Green #1CCC0D

Tints of Lime Green #1CCC0D

Color information

#1CCC0D (or 0x1CCC0D) is unknown color: approx Lime Green. HEX triplet: 1C, CC and 0D. RGB value is (28,204,13). Sum of RGB (Red+Green+Blue) = 28+204+13=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 204 (80.08% from 255 or 83.27% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCC0D is #E333F2. Grayscale: #828282. Windows color (decimal): -14889971 or 904220. OLE color: 904220.

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

Color convert

RGB2820413-
CMYK0.8600.940.2
HSL115.29º88.02%42.55%-
HSV(B)115.29º93.63%80%-
XYZ22.1443.467.6-
YUV129.662.1955.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 204 (80.08% from 255) = 83.27%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=11.43%
G=83.27%
B=5.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal28204130.8600.940.2115.2988.0242.55
Hex1CCCD5605E1473582b
Octal343141512601362416313053
Binary111001100110011011010110010111101010011100111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,204,13); }

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

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

 a { background-color: rgb(28,204,13); }

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

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

 span { border-color: rgb(28,204,13); }

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