Html Css Color HEX #14D720 Lime Green

📋 copy color: '#14D720'

red 20 ◦ green 215 ◦ blue 32

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

Shades of Lime Green #14D720

Tints of Lime Green #14D720

RGB

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

 GREEN value IS 215 (84.38% from 255) = 80.52%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 7.49%
G = 80.52%
B = 11.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#14D720 (or 0x14D720) is known color: Lime Green. HEX triplet: 14, D7 and 20. RGB value is (20,215,32). Sum of RGB (Red+Green+Blue) = 20+215+32=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 215 (84.38% from 255 or 80.52% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 215 - color contains mainly: green. Hex color #14D720 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D720 is #EB28DF. Grayscale: #888888. Windows color (decimal): -15411424 or 2152212. OLE color: 2152212.

HSL color Cylindrical-coordinate representation of color #14D720: hue angle of 123.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D720 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 215 32 -
CMYK 0.91 0 0.85 0.16
HSL 123.69º 0.83% 0.46% -
HSV(B) 123.69º 0.91% 0.84% -
XYZ 24.85 48.85 9.49 -
YUV 135.83 69.4 45.38 -
System Red Green Blue C M Y K H S L
Decimal 20 215 32 0.91 0 0.85 0.16 123.69 0.83 0.46
Hex 14 D7 20 5B 0 55 10 7C 53 2E
Octal 24 327 40 133 0 125 20 174 123 56
Binary 10100 11010111 100000 1011011 0 1010101 10000 1111100 1010011 101110

Color Harmonies of #14D720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D720

Black with #14D720

Text Example


Text Example

White with #14D720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,215,32); }

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

background-color css

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

 a { background-color: rgb(20,215,32); }

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

border-color css

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

 span { border-color: rgb(20,215,32); }

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