#29bf16

Color #29BF16 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #29BF16

Tints of Lime Green #29BF16

Color information

#29BF16 (or 0x29BF16) is unknown color: approx Lime Green. HEX triplet: 29, BF and 16. RGB value is (41,191,22). Sum of RGB (Red+Green+Blue) = 41+191+22=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29BF16 is #D640E9. Grayscale: #7F7F7F. Windows color (decimal): -14041322 or 1490729. OLE color: 1490729.

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

Color convert

RGB4119122-
CMYK0.7900.880.25
HSL113.25º79.34%41.76%-
HSV(B)113.25º88.48%74.9%-
XYZ19.6937.797.02-
YUV126.8868.8166.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 191 (75% from 255) = 75.20%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=16.14%
G=75.20%
B=8.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41191220.7900.880.25113.2579.3441.76
Hex29BF164F05819714f2a
Octal512772611701303116111752
Binary10100110111111101101001111010110001100111100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29bf16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29bf16;
 }
 .AnyTagClassName
 {
   color: #29bf16;
 }
</style>
background-color css

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

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

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

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

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

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