Html Css Color HEX #14DA29 Lime Green

📋 copy color: '#14DA29'

red 20 ◦ green 218 ◦ blue 41

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

Shades of Lime Green #14DA29

Tints of Lime Green #14DA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 78.14%

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

R = 7.17%
G = 78.14%
B = 14.7%

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

#14DA29 (or 0x14DA29) is known color: Lime Green. HEX triplet: 14, DA and 29. RGB value is (20,218,41). Sum of RGB (Red+Green+Blue) = 20+218+41=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 218 (85.55% from 255 or 78.14% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DA29 is #EB25D6. Grayscale: #8B8B8B. Windows color (decimal): -15410647 or 2742804. OLE color: 2742804.

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

Color convert

RGB 20 218 41 -
CMYK 0.91 0 0.81 0.15
HSL 126.36º 0.83% 0.47% -
HSV(B) 126.36º 0.91% 0.85% -
XYZ 25.76 50.45 10.48 -
YUV 138.62 72.9 43.39 -
System Red Green Blue C M Y K H S L
Decimal 20 218 41 0.91 0 0.81 0.15 126.36 0.83 0.47
Hex 14 DA 29 5B 0 51 F 7E 53 2F
Octal 24 332 51 133 0 121 17 176 123 57
Binary 10100 11011010 101001 1011011 0 1010001 1111 1111110 1010011 101111

Color Harmonies of #14DA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA29

Black with #14DA29

Text Example


Text Example

White with #14DA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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