#29B62A

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

Shades of Lime Green #29B62A

Tints of Lime Green #29B62A

Color information

#29B62A (or 0x29B62A) is unknown color: approx Lime Green. HEX triplet: 29, B6 and 2A. RGB value is (41,182,42). Sum of RGB (Red+Green+Blue) = 41+182+42=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 182 (71.48% from 255 or 68.68% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 182 - color contains mainly: green. Hex color #29B62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B62A is #D649D5. Grayscale: #7C7C7C. Windows color (decimal): -14043606 or 2799145. OLE color: 2799145.

HSL color Cylindrical-coordinate representation of color #29B62A: hue angle of 120.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B62A is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB4118242-
CMYK0.7700.770.29
HSL120.43º63.23%43.73%-
HSV(B)120.43º77.47%71.37%-
XYZ18.0634.097.82-
YUV123.8881.7968.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 182 (71.48% from 255) = 68.68%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=15.47%
G=68.68%
B=15.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41182420.7700.770.29120.4363.2343.73
Hex29B62A4D04D1D783f2c
Octal51266521150115351707754
Binary10100110110110101010100110101001101111011111000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,182,42); }

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

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

 a { background-color: rgb(41,182,42); }

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

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

 span { border-color: rgb(41,182,42); }

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