#29D04A

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

Shades of Lime Green #29D04A

Tints of Lime Green #29D04A

Color information

#29D04A (or 0x29D04A) is unknown color: approx Lime Green. HEX triplet: 29, D0 and 4A. RGB value is (41,208,74). Sum of RGB (Red+Green+Blue) = 41+208+74=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 208 (81.64% from 255 or 64.40% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 208 - color contains mainly: green. Hex color #29D04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D04A is #D62FB5. Grayscale: #8F8F8F. Windows color (decimal): -14036918 or 4902953. OLE color: 4902953.

HSL color Cylindrical-coordinate representation of color #29D04A: hue angle of 131.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D04A is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB4120874-
CMYK0.8000.640.18
HSL131.86º67.07%48.82%-
HSV(B)131.86º80.29%81.57%-
XYZ24.7146.0814.07-
YUV142.7989.1755.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 208 (81.64% from 255) = 64.40%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=12.69%
G=64.40%
B=22.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal41208740.8000.640.18131.8667.0748.82
Hex29D04A5004012844331
Octal5132011212001002220410361
Binary10100111010000100101010100000100000010010100001001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,208,74); }

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

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

 a { background-color: rgb(41,208,74); }

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

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

 span { border-color: rgb(41,208,74); }

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