Html Css Color HEX #14C711 Lime Green

📋 copy color: '#14C711'

red 20 ◦ green 199 ◦ blue 17

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

Shades of Lime Green #14C711

Tints of Lime Green #14C711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 8.47%
G = 84.32%
B = 7.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#14C711 (or 0x14C711) is known color: Lime Green. HEX triplet: 14, C7 and 11. RGB value is (20,199,17). Sum of RGB (Red+Green+Blue) = 20+199+17=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 199 (78.12% from 255 or 84.32% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 199 - color contains mainly: green. Hex color #14C711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C711 is #EB38EE. Grayscale: #7D7D7D. Windows color (decimal): -15415535 or 1165076. OLE color: 1165076.

HSL color Cylindrical-coordinate representation of color #14C711: hue angle of 119.01º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14C711 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 199 17 -
CMYK 0.90 0 0.91 0.22
HSL 119.01º 0.84% 0.42% -
HSV(B) 119.01º 0.91% 0.78% -
XYZ 20.81 41.04 7.35 -
YUV 124.73 67.2 53.3 -
System Red Green Blue C M Y K H S L
Decimal 20 199 17 0.90 0 0.91 0.22 119.01 0.84 0.42
Hex 14 C7 11 5A 0 5B 16 77 54 2A
Octal 24 307 21 132 0 133 26 167 124 52
Binary 10100 11000111 10001 1011010 0 1011011 10110 1110111 1010100 101010

Color Harmonies of #14C711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C711

Black with #14C711

Text Example


Text Example

White with #14C711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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