#29BD21

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

Shades of Lime Green #29BD21

Tints of Lime Green #29BD21

Color information

#29BD21 (or 0x29BD21) is unknown color: approx Lime Green. HEX triplet: 29, BD and 21. RGB value is (41,189,33). Sum of RGB (Red+Green+Blue) = 41+189+33=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 189 (74.22% from 255 or 71.86% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BD21 is #D642DE. Grayscale: #7F7F7F. Windows color (decimal): -14041823 or 2211113. OLE color: 2211113.

HSL color Cylindrical-coordinate representation of color #29BD21: hue angle of 116.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29BD21 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB4118933-
CMYK0.7800.830.26
HSL116.92º70.27%43.53%-
HSV(B)116.92º82.54%74.12%-
XYZ19.3936.987.55-
YUV126.9674.9766.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 189 (74.22% from 255) = 71.86%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=15.59%
G=71.86%
B=12.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41189330.7800.830.26116.9270.2743.53
Hex29BD214E0531A75462c
Octal512754111601233216510654
Binary101001101111011000011001110010100111101011101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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