#13CA12

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

Shades of Lime Green #13CA12

Tints of Lime Green #13CA12

Color information

#13CA12 (or 0x13CA12) is unknown color: approx Lime Green. HEX triplet: 13, CA and 12. RGB value is (19,202,18). Sum of RGB (Red+Green+Blue) = 19+202+18=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 202 (79.30% from 255 or 84.52% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CA12 is #EC35ED. Grayscale: #7E7E7E. Windows color (decimal): -15480302 or 1231379. OLE color: 1231379.

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

Color convert

RGB1920218-
CMYK0.9100.910.21
HSL119.67º83.64%43.14%-
HSV(B)119.67º91.09%79.22%-
XYZ21.542.427.63-
YUV126.3166.8751.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 202 (79.30% from 255) = 84.52%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=7.95%
G=84.52%
B=7.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19202180.9100.910.21119.6783.6443.14
Hex13CA125B05B1578542b
Octal233122213301332517012453
Binary1001111001010100101011011010110111010111110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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