Html Css Color HEX #12C017 Lime Green

📋 copy color: '#12C017'

red 18 ◦ green 192 ◦ blue 23

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

Shades of Lime Green #12C017

Tints of Lime Green #12C017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 7.73%
G = 82.4%
B = 9.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#12C017 (or 0x12C017) is known color: Lime Green. HEX triplet: 12, C0 and 17. RGB value is (18,192,23). Sum of RGB (Red+Green+Blue) = 18+192+23=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #12C017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C017 is #ED3FE8. Grayscale: #797979. Windows color (decimal): -15548393 or 1556498. OLE color: 1556498.

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

Color convert

RGB 18 192 23 -
CMYK 0.91 0 0.88 0.25
HSL 121.72º 0.83% 0.41% -
HSV(B) 121.72º 0.91% 0.75% -
XYZ 19.25 37.89 7.11 -
YUV 120.71 72.85 54.74 -
System Red Green Blue C M Y K H S L
Decimal 18 192 23 0.91 0 0.88 0.25 121.72 0.83 0.41
Hex 12 C0 17 5B 0 58 19 7A 53 29
Octal 22 300 27 133 0 130 31 172 123 51
Binary 10010 11000000 10111 1011011 0 1011000 11001 1111010 1010011 101001

Color Harmonies of #12C017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C017

Black with #12C017

Text Example


Text Example

White with #12C017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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