Html Css Color HEX #14C70C Lime Green

📋 copy color: '#14C70C'

red 20 ◦ green 199 ◦ blue 12

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

Shades of Lime Green #14C70C

Tints of Lime Green #14C70C

RGB

 RED value IS 20 (8.2% from 255) = 8.66%

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

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

R = 8.66%
G = 86.15%
B = 5.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#14C70C (or 0x14C70C) is known color: Lime Green. HEX triplet: 14, C7 and 0C. RGB value is (20,199,12). Sum of RGB (Red+Green+Blue) = 20+199+12=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 199 (78.12% from 255 or 86.15% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 199 - color contains mainly: green. Hex color #14C70C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C70C is #EB38F3. Grayscale: #7C7C7C. Windows color (decimal): -15415540 or 837396. OLE color: 837396.

HSL color Cylindrical-coordinate representation of color #14C70C: hue angle of 117.43º 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 #14C70C is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 199 12 -
CMYK 0.90 0 0.94 0.22
HSL 117.43º 0.89% 0.41% -
HSV(B) 117.43º 0.94% 0.78% -
XYZ 20.78 41.02 7.17 -
YUV 124.16 64.7 53.71 -
System Red Green Blue C M Y K H S L
Decimal 20 199 12 0.90 0 0.94 0.22 117.43 0.89 0.41
Hex 14 C7 C 5A 0 5E 16 75 59 29
Octal 24 307 14 132 0 136 26 165 131 51
Binary 10100 11000111 1100 1011010 0 1011110 10110 1110101 1011001 101001

Color Harmonies of #14C70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C70C

Black with #14C70C

Text Example


Text Example

White with #14C70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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