Shades of Lime Green #3BDA25
Tints of Lime Green #3BDA25
RGB
CMYK
RGB Variations
Color information
#3BDA25 (or 0x3BDA25) is known color: Lime Green. HEX triplet: 3B, DA and 25. RGB value is (59,218,37). Sum of RGB (Red+Green+Blue) = 59+218+37=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA25 is #C425DA. Grayscale: #969696. Windows color (decimal): -12854747 or 2480699. OLE color: 2480699.
HSL color Cylindrical-coordinate representation of color #3BDA25: hue angle of 112.71º 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 #3BDA25 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 37 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.15 |
| HSL | 112.71º | 0.71% | 0.5% | - |
| HSV(B) | 112.71º | 0.83% | 0.85% | - |
| XYZ | 27.21 | 51.21 | 10.2 | - |
| YUV | 149.83 | 64.32 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 37 | 0.73 | 0 | 0.83 | 0.15 | 112.71 | 0.71 | 0.5 |
| Hex | 3B | DA | 25 | 49 | 0 | 53 | F | 71 | 47 | 32 |
| Octal | 73 | 332 | 45 | 111 | 0 | 123 | 17 | 161 | 107 | 62 |
| Binary | 111011 | 11011010 | 100101 | 1001001 | 0 | 1010011 | 1111 | 1110001 | 1000111 | 110010 |
Color Harmonies of #3BDA25
Complementary color
Monochromatic Colors of #3BDA25
Black with #3BDA25
Text Example
Text Example
White with #3BDA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA25; }
p { color: rgb(59,218,37); }
H1.HeaderClassName
{
color: #3BDA25;
}
.AnyTagClassName
{
color: #3BDA25;
}
</style>
background-color css
<style>
a { background-color: #3BDA25; }
a { background-color: rgb(59,218,37); }
div.DivClassName
{
background-color: #3BDA25;
}
.BgClassName
{
background-color: #3BDA25;
}
</style>
border-color css
<style>
span { border-color: #3BDA25; }
span { border-color: rgb(59,218,37); }
td.TdClassName
{
border-color: #3BDA25;
}
.TagClassName
{
border-color: #3BDA25;
}
</style>