#13C816

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

Shades of Lime Green #13C816

Tints of Lime Green #13C816

Color information

#13C816 (or 0x13C816) is unknown color: approx Lime Green. HEX triplet: 13, C8 and 16. RGB value is (19,200,22). Sum of RGB (Red+Green+Blue) = 19+200+22=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 200 (78.52% from 255 or 82.99% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 200 - color contains mainly: green. Hex color #13C816 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C816 is #EC37E9. Grayscale: #7E7E7E. Windows color (decimal): -15480810 or 1493011. OLE color: 1493011.

HSL color Cylindrical-coordinate representation of color #13C816: hue angle of 120.99º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C816 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1920022-
CMYK0.9000.890.22
HSL120.99º82.65%42.94%-
HSV(B)120.99º90.5%78.43%-
XYZ21.0741.57.66-
YUV125.5969.5351.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 200 (78.52% from 255) = 82.99%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=7.88%
G=82.99%
B=9.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19200220.9000.890.22120.9982.6542.94
Hex13C8165A0591679532b
Octal233102613201312617112353
Binary1001111001000101101011010010110011011011110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13C816; }

 p { color: rgb(19,200,22); }

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

<style>
 a { background-color: #13C816; }

 a { background-color: rgb(19,200,22); }

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

<style>
 span { border-color: #13C816; }

 span { border-color: rgb(19,200,22); }

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