Html Css Color HEX #12C70C Lime Green

📋 copy color: '#12C70C'

red 18 ◦ green 199 ◦ blue 12

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

Shades of Lime Green #12C70C

Tints of Lime Green #12C70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 86.9%

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 7.86%
G = 86.9%
B = 5.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#12C70C (or 0x12C70C) is known color: Lime Green. HEX triplet: 12, C7 and 0C. RGB value is (18,199,12). Sum of RGB (Red+Green+Blue) = 18+199+12=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 199 (78.12% from 255 or 86.90% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 199 - color contains mainly: green. Hex color #12C70C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C70C is #ED38F3. Grayscale: #7C7C7C. Windows color (decimal): -15546612 or 837394. OLE color: 837394.

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

Color convert

RGB 18 199 12 -
CMYK 0.91 0 0.94 0.22
HSL 118.07º 0.89% 0.41% -
HSV(B) 118.07º 0.94% 0.78% -
XYZ 20.74 41 7.17 -
YUV 123.56 65.03 52.71 -
System Red Green Blue C M Y K H S L
Decimal 18 199 12 0.91 0 0.94 0.22 118.07 0.89 0.41
Hex 12 C7 C 5B 0 5E 16 76 59 29
Octal 22 307 14 133 0 136 26 166 131 51
Binary 10010 11000111 1100 1011011 0 1011110 10110 1110110 1011001 101001

Color Harmonies of #12C70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C70C

Black with #12C70C

Text Example


Text Example

White with #12C70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,199,12); }

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

background-color css

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

 a { background-color: rgb(18,199,12); }

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

border-color css

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

 span { border-color: rgb(18,199,12); }

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