#29B53B

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

Shades of Lime Green #29B53B

Tints of Lime Green #29B53B

Color information

#29B53B (or 0x29B53B) is unknown color: approx Lime Green. HEX triplet: 29, B5 and 3B. RGB value is (41,181,59). Sum of RGB (Red+Green+Blue) = 41+181+59=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #29B53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B53B is #D64AC4. Grayscale: #7D7D7D. Windows color (decimal): -14043845 or 3913001. OLE color: 3913001.

HSL color Cylindrical-coordinate representation of color #29B53B: hue angle of 127.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B53B is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB4118159-
CMYK0.7700.670.29
HSL127.71º63.06%43.53%-
HSV(B)127.71º77.35%70.98%-
XYZ18.2333.839.71-
YUV125.2390.6267.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 181 (71.09% from 255) = 64.41%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=14.59%
G=64.41%
B=21.00%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41181590.7700.670.29127.7163.0643.53
Hex29B53B4D0431D803f2c
Octal51265731150103352007754
Binary101001101101011110111001101010000111110110000000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,181,59); }

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

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

 a { background-color: rgb(41,181,59); }

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

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

 span { border-color: rgb(41,181,59); }

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