#13C812

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

Shades of Lime Green #13C812

Tints of Lime Green #13C812

Color information

#13C812 (or 0x13C812) is unknown color: approx Lime Green. HEX triplet: 13, C8 and 12. RGB value is (19,200,18). Sum of RGB (Red+Green+Blue) = 19+200+18=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 200 (78.52% from 255 or 84.39% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 200 - color contains mainly: green. Hex color #13C812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C812 is #EC37ED. Grayscale: #7D7D7D. Windows color (decimal): -15480814 or 1230867. OLE color: 1230867.

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

Color convert

RGB1920018-
CMYK0.9000.910.22
HSL119.67º83.49%42.75%-
HSV(B)119.67º91%78.43%-
XYZ21.0341.497.47-
YUV125.1367.5352.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 200 (78.52% from 255) = 84.39%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=8.02%
G=84.39%
B=7.59%

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
Decimal19200180.9000.910.22119.6783.4942.75
Hex13C8125A05B1678532b
Octal233102213201332617012353
Binary1001111001000100101011010010110111011011110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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