Html Css Color HEX #14D019 Lime Green

📋 copy color: '#14D019'

red 20 ◦ green 208 ◦ blue 25

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

Shades of Lime Green #14D019

Tints of Lime Green #14D019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 82.21%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 7.91%
G = 82.21%
B = 9.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#14D019 (or 0x14D019) is known color: Lime Green. HEX triplet: 14, D0 and 19. RGB value is (20,208,25). Sum of RGB (Red+Green+Blue) = 20+208+25=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 208 (81.64% from 255 or 82.21% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 208 - color contains mainly: green. Hex color #14D019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D019 is #EB2FE6. Grayscale: #838383. Windows color (decimal): -15413223 or 1691668. OLE color: 1691668.

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

Color convert

RGB 20 208 25 -
CMYK 0.90 0 0.88 0.18
HSL 121.6º 0.82% 0.45% -
HSV(B) 121.6º 0.9% 0.82% -
XYZ 23.02 45.33 8.46 -
YUV 130.93 68.22 48.88 -
System Red Green Blue C M Y K H S L
Decimal 20 208 25 0.90 0 0.88 0.18 121.6 0.82 0.45
Hex 14 D0 19 5A 0 58 12 7A 52 2D
Octal 24 320 31 132 0 130 22 172 122 55
Binary 10100 11010000 11001 1011010 0 1011000 10010 1111010 1010010 101101

Color Harmonies of #14D019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D019

Black with #14D019

Text Example


Text Example

White with #14D019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,208,25); }

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

background-color css

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

 a { background-color: rgb(20,208,25); }

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

border-color css

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

 span { border-color: rgb(20,208,25); }

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