#12C61F

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

Shades of Lime Green #12C61F

Tints of Lime Green #12C61F

Color information

#12C61F (or 0x12C61F) is unknown color: approx Lime Green. HEX triplet: 12, C6 and 1F. RGB value is (18,198,31). Sum of RGB (Red+Green+Blue) = 18+198+31=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 198 (77.73% from 255 or 80.16% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 198 - color contains mainly: green. Hex color #12C61F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C61F is #ED39E0. Grayscale: #7D7D7D. Windows color (decimal): -15546849 or 2082322. OLE color: 2082322.

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

Color convert

RGB1819831-
CMYK0.9100.840.22
HSL124.33º83.33%42.35%-
HSV(B)124.33º90.91%77.65%-
XYZ20.6940.628.05-
YUV125.1474.8751.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 198 (77.73% from 255) = 80.16%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=7.29%
G=80.16%
B=12.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18198310.9100.840.22124.3383.3342.35
Hex12C61F5B054167c532a
Octal223063713301242617412352
Binary1001011000110111111011011010101001011011111001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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