#1ccc11

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

Shades of Lime Green #1CCC11

Tints of Lime Green #1CCC11

Color information

#1CCC11 (or 0x1CCC11) is unknown color: approx Lime Green. HEX triplet: 1C, CC and 11. RGB value is (28,204,17). Sum of RGB (Red+Green+Blue) = 28+204+17=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 204 (80.08% from 255 or 81.93% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCC11 is #E333EE. Grayscale: #828282. Windows color (decimal): -14889967 or 1166364. OLE color: 1166364.

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

Color convert

RGB2820417-
CMYK0.8600.920.2
HSL116.47º84.62%43.33%-
HSV(B)116.47º91.67%80%-
XYZ22.1743.477.75-
YUV130.0664.1955.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.24%
GREEN value IS 204 (80.08% from 255) = 81.93%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=11.24%
G=81.93%
B=6.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal28204170.8600.920.2116.4784.6243.33
Hex1CCC115605C1474552b
Octal343142112601342416412553
Binary1110011001100100011010110010111001010011101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ccc11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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