Shades of Lime Green #3BDE29
Tints of Lime Green #3BDE29
RGB
CMYK
RGB Variations
Color information
#3BDE29 (or 0x3BDE29) is known color: Lime Green. HEX triplet: 3B, DE and 29. RGB value is (59,222,41). Sum of RGB (Red+Green+Blue) = 59+222+41=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 222 (87.11% from 255 or 68.94% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDE29 is #C421D6. Grayscale: #999999. Windows color (decimal): -12853719 or 2743867. OLE color: 2743867.
HSL color Cylindrical-coordinate representation of color #3BDE29: hue angle of 114.03º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BDE29 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 222 | 41 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.13 |
| HSL | 114.03º | 0.73% | 0.52% | - |
| HSV(B) | 114.03º | 0.82% | 0.87% | - |
| XYZ | 28.33 | 53.33 | 10.9 | - |
| YUV | 152.63 | 65 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 41 | 0.73 | 0 | 0.82 | 0.13 | 114.03 | 0.73 | 0.52 |
| Hex | 3B | DE | 29 | 49 | 0 | 52 | D | 72 | 49 | 34 |
| Octal | 73 | 336 | 51 | 111 | 0 | 122 | 15 | 162 | 111 | 64 |
| Binary | 111011 | 11011110 | 101001 | 1001001 | 0 | 1010010 | 1101 | 1110010 | 1001001 | 110100 |
Color Harmonies of #3BDE29
Complementary color
Monochromatic Colors of #3BDE29
Black with #3BDE29
Text Example
Text Example
White with #3BDE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDE29; }
p { color: rgb(59,222,41); }
H1.HeaderClassName
{
color: #3BDE29;
}
.AnyTagClassName
{
color: #3BDE29;
}
</style>
background-color css
<style>
a { background-color: #3BDE29; }
a { background-color: rgb(59,222,41); }
div.DivClassName
{
background-color: #3BDE29;
}
.BgClassName
{
background-color: #3BDE29;
}
</style>
border-color css
<style>
span { border-color: #3BDE29; }
span { border-color: rgb(59,222,41); }
td.TdClassName
{
border-color: #3BDE29;
}
.TagClassName
{
border-color: #3BDE29;
}
</style>