Html Css Color HEX #14C809 Lime Green

📋 copy color: '#14C809'

red 20 ◦ green 200 ◦ blue 9

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

Shades of Lime Green #14C809

Tints of Lime Green #14C809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 87.34%

 BLUE value IS 9 (3.91% from 255) = 3.93%

R = 8.73%
G = 87.34%
B = 3.93%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#14C809 (or 0x14C809) is known color: Lime Green. HEX triplet: 14, C8 and 09. RGB value is (20,200,9). Sum of RGB (Red+Green+Blue) = 20+200+9=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 200 (78.52% from 255 or 87.34% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 200 - color contains mainly: green. Hex color #14C809 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C809 is #EB37F6. Grayscale: #7C7C7C. Windows color (decimal): -15415287 or 641044. OLE color: 641044.

HSL color Cylindrical-coordinate representation of color #14C809: hue angle of 116.54º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14C809 is Cyan = 0.9, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 200 9 -
CMYK 0.9 0 0.96 0.22
HSL 116.54º 0.91% 0.41% -
HSV(B) 116.54º 0.96% 0.78% -
XYZ 20.99 41.48 7.16 -
YUV 124.41 62.87 53.53 -
System Red Green Blue C M Y K H S L
Decimal 20 200 9 0.9 0 0.96 0.22 116.54 0.91 0.41
Hex 14 C8 9 5A 0 60 16 75 5B 29
Octal 24 310 11 132 0 140 26 165 133 51
Binary 10100 11001000 1001 1011010 0 1100000 10110 1110101 1011011 101001

Color Harmonies of #14C809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C809

Black with #14C809

Text Example


Text Example

White with #14C809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,200,9); }

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

background-color css

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

 a { background-color: rgb(20,200,9); }

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

border-color css

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

 span { border-color: rgb(20,200,9); }

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