Html Css Color HEX #14D129 Lime Green

📋 copy color: '#14D129'

red 20 ◦ green 209 ◦ blue 41

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

Shades of Lime Green #14D129

Tints of Lime Green #14D129

RGB

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

 GREEN value IS 209 (82.03% from 255) = 77.41%

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 7.41%
G = 77.41%
B = 15.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#14D129 (or 0x14D129) is known color: Lime Green. HEX triplet: 14, D1 and 29. RGB value is (20,209,41). Sum of RGB (Red+Green+Blue) = 20+209+41=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 209 (82.03% from 255 or 77.41% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 209 - color contains mainly: green. Hex color #14D129 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D129 is #EB2ED6. Grayscale: #858585. Windows color (decimal): -15412951 or 2740500. OLE color: 2740500.

HSL color Cylindrical-coordinate representation of color #14D129: hue angle of 126.67º degrees, saturation: 0.83, 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 #14D129 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 209 41 -
CMYK 0.90 0 0.80 0.18
HSL 126.67º 0.83% 0.45% -
HSV(B) 126.67º 0.9% 0.82% -
XYZ 23.49 45.91 9.72 -
YUV 133.34 75.88 47.16 -
System Red Green Blue C M Y K H S L
Decimal 20 209 41 0.90 0 0.80 0.18 126.67 0.83 0.45
Hex 14 D1 29 5A 0 50 12 7F 53 2D
Octal 24 321 51 132 0 120 22 177 123 55
Binary 10100 11010001 101001 1011010 0 1010000 10010 1111111 1010011 101101

Color Harmonies of #14D129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D129

Black with #14D129

Text Example


Text Example

White with #14D129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,209,41); }

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

background-color css

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

 a { background-color: rgb(20,209,41); }

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

border-color css

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

 span { border-color: rgb(20,209,41); }

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