Html Css Color HEX #14CE15 Lime Green

📋 copy color: '#14CE15'

red 20 ◦ green 206 ◦ blue 21

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

Shades of Lime Green #14CE15

Tints of Lime Green #14CE15

RGB

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

 GREEN value IS 206 (80.86% from 255) = 83.4%

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

R = 8.1%
G = 83.4%
B = 8.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#14CE15 (or 0x14CE15) is known color: Lime Green. HEX triplet: 14, CE and 15. RGB value is (20,206,21). Sum of RGB (Red+Green+Blue) = 20+206+21=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 206 (80.86% from 255 or 83.40% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CE15 is #EB31EA. Grayscale: #818181. Windows color (decimal): -15413739 or 1429012. OLE color: 1429012.

HSL color Cylindrical-coordinate representation of color #14CE15: hue angle of 120.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE15 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 206 21 -
CMYK 0.90 0 0.90 0.19
HSL 120.32º 0.82% 0.44% -
HSV(B) 120.32º 0.9% 0.81% -
XYZ 22.5 44.35 8.08 -
YUV 129.3 66.88 50.04 -
System Red Green Blue C M Y K H S L
Decimal 20 206 21 0.90 0 0.90 0.19 120.32 0.82 0.44
Hex 14 CE 15 5A 0 5A 13 78 52 2C
Octal 24 316 25 132 0 132 23 170 122 54
Binary 10100 11001110 10101 1011010 0 1011010 10011 1111000 1010010 101100

Color Harmonies of #14CE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE15

Black with #14CE15

Text Example


Text Example

White with #14CE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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