#12C61E

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

Shades of Lime Green #12C61E

Tints of Lime Green #12C61E

Color information

#12C61E (or 0x12C61E) is unknown color: approx Lime Green. HEX triplet: 12, C6 and 1E. RGB value is (18,198,30). Sum of RGB (Red+Green+Blue) = 18+198+30=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #12C61E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C61E is #ED39E1. Grayscale: #7D7D7D. Windows color (decimal): -15546850 or 2016786. OLE color: 2016786.

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

Color convert

RGB1819830-
CMYK0.9100.850.22
HSL124º83.33%42.35%-
HSV(B)124º90.91%77.65%-
XYZ20.6840.617.98-
YUV125.0374.3751.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 198 (77.73% from 255) = 80.49%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=7.32%
G=80.49%
B=12.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18198300.9100.850.2212483.3342.35
Hex12C61E5B055167c532a
Octal223063613301252617412352
Binary1001011000110111101011011010101011011011111001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,198,30); }

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

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

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

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

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

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

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