#29BA3A

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

Shades of Lime Green #29BA3A

Tints of Lime Green #29BA3A

Color information

#29BA3A (or 0x29BA3A) is unknown color: approx Lime Green. HEX triplet: 29, BA and 3A. RGB value is (41,186,58). Sum of RGB (Red+Green+Blue) = 41+186+58=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BA3A is #D645C5. Grayscale: #808080. Windows color (decimal): -14042566 or 3848745. OLE color: 3848745.

HSL color Cylindrical-coordinate representation of color #29BA3A: hue angle of 127.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BA3A is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB4118658-
CMYK0.7800.690.27
HSL127.03º63.88%44.51%-
HSV(B)127.03º77.96%72.94%-
XYZ19.2435.899.92-
YUV128.0588.4665.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 186 (73.05% from 255) = 65.26%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=14.39%
G=65.26%
B=20.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41186580.7800.690.27127.0363.8844.51
Hex29BA3A4E0451B7f402d
Octal512727211601053317710055
Binary101001101110101110101001110010001011101111111111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,186,58); }

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

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

 a { background-color: rgb(41,186,58); }

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

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

 span { border-color: rgb(41,186,58); }

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