#29BA15

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

Shades of Lime Green #29BA15

Tints of Lime Green #29BA15

Color information

#29BA15 (or 0x29BA15) is unknown color: approx Lime Green. HEX triplet: 29, BA and 15. RGB value is (41,186,21). Sum of RGB (Red+Green+Blue) = 41+186+21=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 186 (73.05% from 255 or 75% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29BA15 is #D645EA. Grayscale: #7C7C7C. Windows color (decimal): -14042603 or 1423913. OLE color: 1423913.

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

Color convert

RGB4118621-
CMYK0.7800.890.27
HSL112.73º79.71%40.59%-
HSV(B)112.73º88.71%72.94%-
XYZ18.6135.646.61-
YUV123.8469.9668.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.53%
GREEN value IS 186 (73.05% from 255) = 75%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=16.53%
G=75%
B=8.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41186210.7800.890.27112.7379.7140.59
Hex29BA154E0591B715029
Octal512722511601313316112051
Binary10100110111010101011001110010110011101111100011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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