#12CA13

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

Shades of Lime Green #12CA13

Tints of Lime Green #12CA13

Color information

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

HSL color Cylindrical-coordinate representation of color #12CA13: hue angle of 120.33º 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 #12CA13 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB1820219-
CMYK0.9100.910.21
HSL120.33º83.64%43.14%-
HSV(B)120.33º91.09%79.22%-
XYZ21.4942.427.67-
YUV126.1267.5450.88-

RGB Variations

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

RGB

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

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
Decimal18202190.9100.910.21120.3383.6443.14
Hex12CA135B05B1578542b
Octal223122313301332517012453
Binary1001011001010100111011011010110111010111110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CA13; }

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

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

<style>
 a { background-color: #12CA13; }

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

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

<style>
 span { border-color: #12CA13; }

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

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