Html Css Color HEX #29BF20 Lime Green

📋 copy color: '#29BF20'

red 41 ◦ green 191 ◦ blue 32

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

Shades of Lime Green #29BF20

Tints of Lime Green #29BF20

RGB

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

 GREEN value IS 191 (75% from 255) = 72.35%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 15.53%
G = 72.35%
B = 12.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#29BF20 (or 0x29BF20) is known color: Lime Green. HEX triplet: 29, BF and 20. RGB value is (41,191,32). Sum of RGB (Red+Green+Blue) = 41+191+32=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 191 (75% from 255 or 72.35% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BF20 is #D640DF. Grayscale: #808080. Windows color (decimal): -14041312 or 2146089. OLE color: 2146089.

HSL color Cylindrical-coordinate representation of color #29BF20: hue angle of 116.6º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29BF20 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 191 32 -
CMYK 0.79 0 0.83 0.25
HSL 116.6º 0.71% 0.44% -
HSV(B) 116.6º 0.83% 0.75% -
XYZ 19.81 37.84 7.63 -
YUV 128.02 73.81 65.93 -
System Red Green Blue C M Y K H S L
Decimal 41 191 32 0.79 0 0.83 0.25 116.6 0.71 0.44
Hex 29 BF 20 4F 0 53 19 75 47 2C
Octal 51 277 40 117 0 123 31 165 107 54
Binary 101001 10111111 100000 1001111 0 1010011 11001 1110101 1000111 101100

Color Harmonies of #29BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BF20

Black with #29BF20

Text Example


Text Example

White with #29BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,191,32); }

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

background-color css

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

 a { background-color: rgb(41,191,32); }

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

border-color css

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

 span { border-color: rgb(41,191,32); }

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