Html Css Color HEX #29D80B Lime Green

📋 copy color: '#29D80B'

red 41 ◦ green 216 ◦ blue 11

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

Shades of Lime Green #29D80B

Tints of Lime Green #29D80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 15.3%
G = 80.6%
B = 4.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#29D80B (or 0x29D80B) is known color: Lime Green. HEX triplet: 29, D8 and 0B. RGB value is (41,216,11). Sum of RGB (Red+Green+Blue) = 41+216+11=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 216 (84.77% from 255 or 80.60% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 216 - color contains mainly: green. Hex color #29D80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D80B is #D627F4. Grayscale: #8C8C8C. Windows color (decimal): -14034933 or 776233. OLE color: 776233.

HSL color Cylindrical-coordinate representation of color #29D80B: hue angle of 111.22º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29D80B is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 216 11 -
CMYK 0.81 0 0.95 0.15
HSL 111.22º 0.9% 0.45% -
HSV(B) 111.22º 0.95% 0.85% -
XYZ 25.53 49.61 8.55 -
YUV 140.31 55.02 57.17 -
System Red Green Blue C M Y K H S L
Decimal 41 216 11 0.81 0 0.95 0.15 111.22 0.9 0.45
Hex 29 D8 B 51 0 5F F 6F 5A 2D
Octal 51 330 13 121 0 137 17 157 132 55
Binary 101001 11011000 1011 1010001 0 1011111 1111 1101111 1011010 101101

Color Harmonies of #29D80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D80B

Black with #29D80B

Text Example


Text Example

White with #29D80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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