#29AB30

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

Shades of Lime Green #29AB30

Tints of Lime Green #29AB30

Color information

#29AB30 (or 0x29AB30) is unknown color: approx Lime Green. HEX triplet: 29, AB and 30. RGB value is (41,171,48). Sum of RGB (Red+Green+Blue) = 41+171+48=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 171 (67.19% from 255 or 65.77% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AB30 is #D654CF. Grayscale: #767676. Windows color (decimal): -14046416 or 3189545. OLE color: 3189545.

HSL color Cylindrical-coordinate representation of color #29AB30: hue angle of 123.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AB30 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB4117148-
CMYK0.7600.720.33
HSL123.23º61.32%41.57%-
HSV(B)123.23º76.02%67.06%-
XYZ16.0129.817.71-
YUV118.1188.4373-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 171 (67.19% from 255) = 65.77%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=15.77%
G=65.77%
B=18.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41171480.7600.720.33123.2361.3241.57
Hex29AB304C048217b3d2a
Octal51253601140110411737552
Binary101001101010111100001001100010010001000011111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,171,48); }

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

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

 a { background-color: rgb(41,171,48); }

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

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

 span { border-color: rgb(41,171,48); }

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