Html Css Color HEX #14D829 Lime Green

📋 copy color: '#14D829'

red 20 ◦ green 216 ◦ blue 41

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

Shades of Lime Green #14D829

Tints of Lime Green #14D829

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.98%

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

R = 7.22%
G = 77.98%
B = 14.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#14D829 (or 0x14D829) is known color: Lime Green. HEX triplet: 14, D8 and 29. RGB value is (20,216,41). Sum of RGB (Red+Green+Blue) = 20+216+41=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 216 (84.77% from 255 or 77.98% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 216 - color contains mainly: green. Hex color #14D829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D829 is #EB27D6. Grayscale: #898989. Windows color (decimal): -15411159 or 2742292. OLE color: 2742292.

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

Color convert

RGB 20 216 41 -
CMYK 0.91 0 0.81 0.15
HSL 126.43º 0.83% 0.46% -
HSV(B) 126.43º 0.91% 0.85% -
XYZ 25.24 49.42 10.31 -
YUV 137.45 73.57 44.23 -
System Red Green Blue C M Y K H S L
Decimal 20 216 41 0.91 0 0.81 0.15 126.43 0.83 0.46
Hex 14 D8 29 5B 0 51 F 7E 53 2E
Octal 24 330 51 133 0 121 17 176 123 56
Binary 10100 11011000 101001 1011011 0 1010001 1111 1111110 1010011 101110

Color Harmonies of #14D829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D829

Black with #14D829

Text Example


Text Example

White with #14D829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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