#29B12B

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

Shades of Lime Green #29B12B

Tints of Lime Green #29B12B

Color information

#29B12B (or 0x29B12B) is unknown color: approx Lime Green. HEX triplet: 29, B1 and 2B. RGB value is (41,177,43). Sum of RGB (Red+Green+Blue) = 41+177+43=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 177 (69.53% from 255 or 67.82% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 177 - color contains mainly: green. Hex color #29B12B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29B12B is #D64ED4. Grayscale: #797979. Windows color (decimal): -14044885 or 2863401. OLE color: 2863401.

HSL color Cylindrical-coordinate representation of color #29B12B: hue angle of 120.88º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B12B is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB4117743-
CMYK0.7700.760.31
HSL120.88º62.39%42.75%-
HSV(B)120.88º76.84%69.41%-
XYZ17.0732.097.58-
YUV121.0683.9470.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 177 (69.53% from 255) = 67.82%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=15.71%
G=67.82%
B=16.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41177430.7700.760.31120.8862.3942.75
Hex29B12B4D04C1F793e2b
Octal51261531150114371717653
Binary10100110110001101011100110101001100111111111001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,177,43); }

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

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

 a { background-color: rgb(41,177,43); }

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

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

 span { border-color: rgb(41,177,43); }

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