Html Css Color HEX #12C013 Lime Green

📋 copy color: '#12C013'

red 18 ◦ green 192 ◦ blue 19

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

Shades of Lime Green #12C013

Tints of Lime Green #12C013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 7.86%
G = 83.84%
B = 8.3%

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

#12C013 (or 0x12C013) is known color: Lime Green. HEX triplet: 12, C0 and 13. RGB value is (18,192,19). Sum of RGB (Red+Green+Blue) = 18+192+19=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #12C013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C013 is #ED3FEC. Grayscale: #787878. Windows color (decimal): -15548397 or 1294354. OLE color: 1294354.

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

Color convert

RGB 18 192 19 -
CMYK 0.91 0 0.90 0.25
HSL 120.34º 0.83% 0.41% -
HSV(B) 120.34º 0.91% 0.75% -
XYZ 19.22 37.87 6.91 -
YUV 120.25 70.85 55.07 -
System Red Green Blue C M Y K H S L
Decimal 18 192 19 0.91 0 0.90 0.25 120.34 0.83 0.41
Hex 12 C0 13 5B 0 5A 19 78 53 29
Octal 22 300 23 133 0 132 31 170 123 51
Binary 10010 11000000 10011 1011011 0 1011010 11001 1111000 1010011 101001

Color Harmonies of #12C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C013

Black with #12C013

Text Example


Text Example

White with #12C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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