Html Css Color HEX #12C014 Lime Green

📋 copy color: '#12C014'

red 18 ◦ green 192 ◦ blue 20

#12C014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #12C014

Tints of Lime Green #12C014

RGB

 RED value IS 18 (7.42% from 255) = 7.83%

 GREEN value IS 192 (75.39% from 255) = 83.48%

 BLUE value IS 20 (8.2% from 255) = 8.7%

R = 7.83%
G = 83.48%
B = 8.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#12C014 (or 0x12C014) is known color: Lime Green. HEX triplet: 12, C0 and 14. RGB value is (18,192,20). Sum of RGB (Red+Green+Blue) = 18+192+20=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 192 (75.39% from 255 or 83.48% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 192 - color contains mainly: green. Hex color #12C014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C014 is #ED3FEB. Grayscale: #787878. Windows color (decimal): -15548396 or 1359890. OLE color: 1359890.

HSL color Cylindrical-coordinate representation of color #12C014: hue angle of 120.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C014 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 20 -
CMYK 0.91 0 0.90 0.25
HSL 120.69º 0.83% 0.41% -
HSV(B) 120.69º 0.91% 0.75% -
XYZ 19.23 37.88 6.96 -
YUV 120.37 71.35 54.99 -
System Red Green Blue C M Y K H S L
Decimal 18 192 20 0.91 0 0.90 0.25 120.69 0.83 0.41
Hex 12 C0 14 5B 0 5A 19 79 53 29
Octal 22 300 24 133 0 132 31 171 123 51
Binary 10010 11000000 10100 1011011 0 1011010 11001 1111001 1010011 101001

Color Harmonies of #12C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C014

Black with #12C014

Text Example


Text Example

White with #12C014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,20); }

 H1.HeaderClassName
 {
   color: #12C014;
 }
 .AnyTagClassName
 {
   color: #12C014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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