#13C513

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

Shades of Lime Green #13C513

Tints of Lime Green #13C513

Color information

#13C513 (or 0x13C513) is unknown color: approx Lime Green. HEX triplet: 13, C5 and 13. RGB value is (19,197,19). Sum of RGB (Red+Green+Blue) = 19+197+19=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 197 (77.34% from 255 or 83.83% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 197 - color contains mainly: green. Hex color #13C513 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C513 is #EC3AEC. Grayscale: #7C7C7C. Windows color (decimal): -15481581 or 1295635. OLE color: 1295635.

HSL color Cylindrical-coordinate representation of color #13C513: hue angle of 120º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C513 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB1919719-
CMYK0.9000.900.23
HSL120º82.41%42.35%-
HSV(B)120º90.36%77.25%-
XYZ20.3540.127.29-
YUV123.4969.0353.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 197 (77.34% from 255) = 83.83%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=8.09%
G=83.83%
B=8.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19197190.9000.900.2312082.4142.35
Hex13C5135A05A1778522a
Octal233052313201322717012252
Binary1001111000101100111011010010110101011111110001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,197,19); }

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

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

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

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

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

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

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