#1CCA16

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

Shades of Lime Green #1CCA16

Tints of Lime Green #1CCA16

Color information

#1CCA16 (or 0x1CCA16) is unknown color: approx Lime Green. HEX triplet: 1C, CA and 16. RGB value is (28,202,22). Sum of RGB (Red+Green+Blue) = 28+202+22=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 202 (79.30% from 255 or 80.16% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA16 is #E335E9. Grayscale: #828282. Windows color (decimal): -14890474 or 1493532. OLE color: 1493532.

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

Color convert

RGB2820222-
CMYK0.8600.890.21
HSL118º80.36%43.92%-
HSV(B)118º89.11%79.22%-
XYZ21.7442.557.83-
YUV129.4567.3555.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 202 (79.30% from 255) = 80.16%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=11.11%
G=80.16%
B=8.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal28202220.8600.890.2111880.3643.92
Hex1CCA16560591576502c
Octal343122612601312516612054
Binary1110011001010101101010110010110011010111101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,202,22); }

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

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

 a { background-color: rgb(28,202,22); }

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

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

 span { border-color: rgb(28,202,22); }

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