#29c946

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

Shades of Lime Green #29C946

Tints of Lime Green #29C946

Color information

#29C946 (or 0x29C946) is unknown color: approx Lime Green. HEX triplet: 29, C9 and 46. RGB value is (41,201,70). Sum of RGB (Red+Green+Blue) = 41+201+70=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #29C946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C946 is #D636B9. Grayscale: #8A8A8A. Windows color (decimal): -14038714 or 4639017. OLE color: 4639017.

HSL color Cylindrical-coordinate representation of color #29C946: hue angle of 130.88º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C946 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB4120170-
CMYK0.8000.650.21
HSL130.88º66.12%47.45%-
HSV(B)130.88º79.6%78.82%-
XYZ22.9142.6912.83-
YUV138.2389.4958.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 201 (78.91% from 255) = 64.42%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=13.14%
G=64.42%
B=22.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41201700.8000.650.21130.8866.1247.45
Hex29C946500411583422f
Octal5131110612001012520310257
Binary10100111001001100011010100000100000110101100000111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29c946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,201,70); }

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

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

 a { background-color: rgb(41,201,70); }

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

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

 span { border-color: rgb(41,201,70); }

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