#13C612

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

Shades of Lime Green #13C612

Tints of Lime Green #13C612

Color information

#13C612 (or 0x13C612) is unknown color: approx Lime Green. HEX triplet: 13, C6 and 12. RGB value is (19,198,18). Sum of RGB (Red+Green+Blue) = 19+198+18=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 198 (77.73% from 255 or 84.26% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 198 - color contains mainly: green. Hex color #13C612 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C612 is #EC39ED. Grayscale: #7C7C7C. Windows color (decimal): -15481326 or 1230355. OLE color: 1230355.

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

Color convert

RGB1919818-
CMYK0.9000.910.22
HSL119.67º83.33%42.35%-
HSV(B)119.67º90.91%77.65%-
XYZ20.5740.577.32-
YUV123.9668.253.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 198 (77.73% from 255) = 84.26%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=8.09%
G=84.26%
B=7.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19198180.9000.910.22119.6783.3342.35
Hex13C6125A05B1678532a
Octal233062213201332617012352
Binary1001111000110100101011010010110111011011110001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,198,18); }

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

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

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

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

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

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

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