Html Css Color HEX #29D010 Lime Green

📋 copy color: '#29D010'

red 41 ◦ green 208 ◦ blue 16

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

Shades of Lime Green #29D010

Tints of Lime Green #29D010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 78.49%

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 15.47%
G = 78.49%
B = 6.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#29D010 (or 0x29D010) is known color: Lime Green. HEX triplet: 29, D0 and 10. RGB value is (41,208,16). Sum of RGB (Red+Green+Blue) = 41+208+16=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 208 (81.64% from 255 or 78.49% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 208 - color contains mainly: green. Hex color #29D010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D010 is #D62FEF. Grayscale: #888888. Windows color (decimal): -14036976 or 1101865. OLE color: 1101865.

HSL color Cylindrical-coordinate representation of color #29D010: hue angle of 112.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #29D010 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 208 16 -
CMYK 0.80 0 0.92 0.18
HSL 112.19º 0.86% 0.44% -
HSV(B) 112.19º 0.92% 0.82% -
XYZ 23.56 45.62 8.05 -
YUV 136.18 60.17 60.11 -
System Red Green Blue C M Y K H S L
Decimal 41 208 16 0.80 0 0.92 0.18 112.19 0.86 0.44
Hex 29 D0 10 50 0 5C 12 70 56 2C
Octal 51 320 20 120 0 134 22 160 126 54
Binary 101001 11010000 10000 1010000 0 1011100 10010 1110000 1010110 101100

Color Harmonies of #29D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D010

Black with #29D010

Text Example


Text Example

White with #29D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,208,16); }

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

background-color css

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

 a { background-color: rgb(41,208,16); }

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

border-color css

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

 span { border-color: rgb(41,208,16); }

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