#29F132

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

Shades of Lime Green #29F132

Tints of Lime Green #29F132

Color information

#29F132 (or 0x29F132) is unknown color: approx Lime Green. HEX triplet: 29, F1 and 32. RGB value is (41,241,50). Sum of RGB (Red+Green+Blue) = 41+241+50=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #29F132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F132 is #D60ECD. Grayscale: #9F9F9F. Windows color (decimal): -14028494 or 3338537. OLE color: 3338537.

HSL color Cylindrical-coordinate representation of color #29F132: hue angle of 122.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F132 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB4124150-
CMYK0.8300.790.05
HSL122.7º87.72%55.29%-
HSV(B)122.7º82.99%94.51%-
XYZ32.9563.6113.56-
YUV159.4366.2443.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 241 (94.53% from 255) = 72.59%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=12.35%
G=72.59%
B=15.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal41241500.8300.790.05122.787.7255.29
Hex29F1325304F57b5837
Octal51361621230117517313067
Binary1010011111000111001010100110100111110111110111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,241,50); }

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

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

 a { background-color: rgb(41,241,50); }

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

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

 span { border-color: rgb(41,241,50); }

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