Html Css Color HEX #29D614 Lime Green

📋 copy color: '#29D614'

red 41 ◦ green 214 ◦ blue 20

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

Shades of Lime Green #29D614

Tints of Lime Green #29D614

RGB

 RED value IS 41 (16.41% from 255) = 14.91%

 GREEN value IS 214 (83.98% from 255) = 77.82%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 14.91%
G = 77.82%
B = 7.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#29D614 (or 0x29D614) is known color: Lime Green. HEX triplet: 29, D6 and 14. RGB value is (41,214,20). Sum of RGB (Red+Green+Blue) = 41+214+20=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 214 (83.98% from 255 or 77.82% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 214 - color contains mainly: green. Hex color #29D614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D614 is #D629EB. Grayscale: #8C8C8C. Windows color (decimal): -14035436 or 1365545. OLE color: 1365545.

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

Color convert

RGB 41 214 20 -
CMYK 0.81 0 0.91 0.16
HSL 113.51º 0.83% 0.46% -
HSV(B) 113.51º 0.91% 0.84% -
XYZ 25.09 48.62 8.72 -
YUV 140.16 60.19 57.27 -
System Red Green Blue C M Y K H S L
Decimal 41 214 20 0.81 0 0.91 0.16 113.51 0.83 0.46
Hex 29 D6 14 51 0 5B 10 72 53 2E
Octal 51 326 24 121 0 133 20 162 123 56
Binary 101001 11010110 10100 1010001 0 1011011 10000 1110010 1010011 101110

Color Harmonies of #29D614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D614

Black with #29D614

Text Example


Text Example

White with #29D614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29D614; }

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

 H1.HeaderClassName
 {
   color: #29D614;
 }
 .AnyTagClassName
 {
   color: #29D614;
 }
</style>

background-color css

<style>
 a { background-color: #29D614; }

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

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

border-color css

<style>
 span { border-color: #29D614; }

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

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