#12C812

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

Shades of Lime Green #12C812

Tints of Lime Green #12C812

Color information

#12C812 (or 0x12C812) is unknown color: approx Lime Green. HEX triplet: 12, C8 and 12. RGB value is (18,200,18). Sum of RGB (Red+Green+Blue) = 18+200+18=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 200 (78.52% from 255 or 84.75% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 200 - color contains mainly: green. Hex color #12C812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C812 is #ED37ED. Grayscale: #7D7D7D. Windows color (decimal): -15546350 or 1230866. OLE color: 1230866.

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

Color convert

RGB1820018-
CMYK0.9100.910.22
HSL120º83.49%42.75%-
HSV(B)120º91%78.43%-
XYZ21.0141.487.47-
YUV124.8367.751.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 200 (78.52% from 255) = 84.75%
BLUE value IS 18 (7.42% from 255) = 7.63%
R=7.63%
G=84.75%
B=7.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18200180.9100.910.2212083.4942.75
Hex12C8125B05B1678532b
Octal223102213301332617012353
Binary1001011001000100101011011010110111011011110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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