Shades of Lime Green #3BDA26
Tints of Lime Green #3BDA26
RGB
CMYK
RGB Variations
Color information
#3BDA26 (or 0x3BDA26) is known color: Lime Green. HEX triplet: 3B, DA and 26. RGB value is (59,218,38). Sum of RGB (Red+Green+Blue) = 59+218+38=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 218 (85.55% from 255 or 69.21% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA26 is #C425D9. Grayscale: #969696. Windows color (decimal): -12854746 or 2546235. OLE color: 2546235.
HSL color Cylindrical-coordinate representation of color #3BDA26: hue angle of 113º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BDA26 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 38 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.15 |
| HSL | 113º | 0.71% | 0.5% | - |
| HSV(B) | 113º | 0.83% | 0.85% | - |
| XYZ | 27.22 | 51.21 | 10.28 | - |
| YUV | 149.94 | 64.82 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 38 | 0.73 | 0 | 0.83 | 0.15 | 113 | 0.71 | 0.5 |
| Hex | 3B | DA | 26 | 49 | 0 | 53 | F | 71 | 47 | 32 |
| Octal | 73 | 332 | 46 | 111 | 0 | 123 | 17 | 161 | 107 | 62 |
| Binary | 111011 | 11011010 | 100110 | 1001001 | 0 | 1010011 | 1111 | 1110001 | 1000111 | 110010 |
Color Harmonies of #3BDA26
Complementary color
Monochromatic Colors of #3BDA26
Black with #3BDA26
Text Example
Text Example
White with #3BDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA26; }
p { color: rgb(59,218,38); }
H1.HeaderClassName
{
color: #3BDA26;
}
.AnyTagClassName
{
color: #3BDA26;
}
</style>
background-color css
<style>
a { background-color: #3BDA26; }
a { background-color: rgb(59,218,38); }
div.DivClassName
{
background-color: #3BDA26;
}
.BgClassName
{
background-color: #3BDA26;
}
</style>
border-color css
<style>
span { border-color: #3BDA26; }
span { border-color: rgb(59,218,38); }
td.TdClassName
{
border-color: #3BDA26;
}
.TagClassName
{
border-color: #3BDA26;
}
</style>