Html Css Color HEX #14DC29 Lime Green

📋 copy color: '#14DC29'

red 20 ◦ green 220 ◦ blue 41

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

Shades of Lime Green #14DC29

Tints of Lime Green #14DC29

RGB

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

 GREEN value IS 220 (86.33% from 255) = 78.29%

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

R = 7.12%
G = 78.29%
B = 14.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#14DC29 (or 0x14DC29) is known color: Lime Green. HEX triplet: 14, DC and 29. RGB value is (20,220,41). Sum of RGB (Red+Green+Blue) = 20+220+41=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 220 (86.33% from 255 or 78.29% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC29 is #EB23D6. Grayscale: #8C8C8C. Windows color (decimal): -15410135 or 2743316. OLE color: 2743316.

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

Color convert

RGB 20 220 41 -
CMYK 0.91 0 0.81 0.14
HSL 126.3º 0.83% 0.47% -
HSV(B) 126.3º 0.91% 0.86% -
XYZ 26.28 51.5 10.65 -
YUV 139.79 72.24 42.55 -
System Red Green Blue C M Y K H S L
Decimal 20 220 41 0.91 0 0.81 0.14 126.3 0.83 0.47
Hex 14 DC 29 5B 0 51 E 7E 53 2F
Octal 24 334 51 133 0 121 16 176 123 57
Binary 10100 11011100 101001 1011011 0 1010001 1110 1111110 1010011 101111

Color Harmonies of #14DC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DC29

Black with #14DC29

Text Example


Text Example

White with #14DC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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