#29BF21

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

Shades of Lime Green #29BF21

Tints of Lime Green #29BF21

Color information

#29BF21 (or 0x29BF21) is unknown color: approx Lime Green. HEX triplet: 29, BF and 21. RGB value is (41,191,33). Sum of RGB (Red+Green+Blue) = 41+191+33=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BF21 is #D640DE. Grayscale: #808080. Windows color (decimal): -14041311 or 2211625. OLE color: 2211625.

HSL color Cylindrical-coordinate representation of color #29BF21: hue angle of 116.96º 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 #29BF21 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB4119133-
CMYK0.7900.830.25
HSL116.96º70.54%43.92%-
HSV(B)116.96º82.72%74.9%-
XYZ19.8237.847.7-
YUV128.1474.3165.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 191 (75% from 255) = 72.08%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=15.47%
G=72.08%
B=12.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41191330.7900.830.25116.9670.5443.92
Hex29BF214F0531975472c
Octal512774111701233116510754
Binary101001101111111000011001111010100111100111101011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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