#12C31A

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

Shades of Lime Green #12C31A

Tints of Lime Green #12C31A

Color information

#12C31A (or 0x12C31A) is unknown color: approx Lime Green. HEX triplet: 12, C3 and 1A. RGB value is (18,195,26). Sum of RGB (Red+Green+Blue) = 18+195+26=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 195 (76.56% from 255 or 81.59% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 195 - color contains mainly: green. Hex color #12C31A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C31A is #ED3CE5. Grayscale: #7B7B7B. Windows color (decimal): -15547622 or 1753874. OLE color: 1753874.

HSL color Cylindrical-coordinate representation of color #12C31A: hue angle of 122.71º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C31A is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1819526-
CMYK0.9100.870.24
HSL122.71º83.1%41.76%-
HSV(B)122.71º90.77%76.47%-
XYZ19.9539.237.5-
YUV122.8173.3653.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 195 (76.56% from 255) = 81.59%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=7.53%
G=81.59%
B=10.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18195260.9100.870.24122.7183.141.76
Hex12C31A5B057187b532a
Octal223033213301273017312352
Binary1001011000011110101011011010101111100011110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,195,26); }

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

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

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

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

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

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

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