Html Css Color HEX #14C615 Lime Green

📋 copy color: '#14C615'

red 20 ◦ green 198 ◦ blue 21

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

Shades of Lime Green #14C615

Tints of Lime Green #14C615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 82.85%

 BLUE value IS 21 (8.59% from 255) = 8.79%

R = 8.37%
G = 82.85%
B = 8.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#14C615 (or 0x14C615) is known color: Lime Green. HEX triplet: 14, C6 and 15. RGB value is (20,198,21). Sum of RGB (Red+Green+Blue) = 20+198+21=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 198 (77.73% from 255 or 82.85% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 198 - color contains mainly: green. Hex color #14C615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C615 is #EB39EA. Grayscale: #7D7D7D. Windows color (decimal): -15415787 or 1426964. OLE color: 1426964.

HSL color Cylindrical-coordinate representation of color #14C615: hue angle of 120.34º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C615 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 198 21 -
CMYK 0.90 0 0.89 0.22
HSL 120.34º 0.82% 0.43% -
HSV(B) 120.34º 0.9% 0.78% -
XYZ 20.62 40.59 7.46 -
YUV 124.6 69.53 53.39 -
System Red Green Blue C M Y K H S L
Decimal 20 198 21 0.90 0 0.89 0.22 120.34 0.82 0.43
Hex 14 C6 15 5A 0 59 16 78 52 2B
Octal 24 306 25 132 0 131 26 170 122 53
Binary 10100 11000110 10101 1011010 0 1011001 10110 1111000 1010010 101011

Color Harmonies of #14C615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C615

Black with #14C615

Text Example


Text Example

White with #14C615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,198,21); }

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

background-color css

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

 a { background-color: rgb(20,198,21); }

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

border-color css

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

 span { border-color: rgb(20,198,21); }

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