#12C21C

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

Shades of Lime Green #12C21C

Tints of Lime Green #12C21C

Color information

#12C21C (or 0x12C21C) is unknown color: approx Lime Green. HEX triplet: 12, C2 and 1C. RGB value is (18,194,28). Sum of RGB (Red+Green+Blue) = 18+194+28=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 194 (76.17% from 255 or 80.83% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 194 - color contains mainly: green. Hex color #12C21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C21C is #ED3DE3. Grayscale: #7A7A7A. Windows color (decimal): -15547876 or 1884690. OLE color: 1884690.

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

Color convert

RGB1819428-
CMYK0.9100.860.24
HSL123.41º83.02%41.57%-
HSV(B)123.41º90.72%76.08%-
XYZ19.7538.87.55-
YUV122.4574.6953.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 194 (76.17% from 255) = 80.83%
BLUE value IS 28 (11.33% from 255) = 11.67%
R=7.5%
G=80.83%
B=11.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18194280.9100.860.24123.4183.0241.57
Hex12C21C5B056187b532a
Octal223023413301263017312352
Binary1001011000010111001011011010101101100011110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,194,28); }

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

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

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

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

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

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

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