Shades of Lime Green #3BDA21
Tints of Lime Green #3BDA21
RGB
CMYK
RGB Variations
Color information
#3BDA21 (or 0x3BDA21) is known color: Lime Green. HEX triplet: 3B, DA and 21. RGB value is (59,218,33). Sum of RGB (Red+Green+Blue) = 59+218+33=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 218 (85.55% from 255 or 70.32% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA21 is #C425DE. Grayscale: #959595. Windows color (decimal): -12854751 or 2218555. OLE color: 2218555.
HSL color Cylindrical-coordinate representation of color #3BDA21: hue angle of 111.57º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3BDA21 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 33 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.15 |
| HSL | 111.57º | 0.74% | 0.49% | - |
| HSV(B) | 111.57º | 0.85% | 0.85% | - |
| XYZ | 27.15 | 51.18 | 9.89 | - |
| YUV | 149.37 | 62.32 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 33 | 0.73 | 0 | 0.85 | 0.15 | 111.57 | 0.74 | 0.49 |
| Hex | 3B | DA | 21 | 49 | 0 | 55 | F | 70 | 4A | 31 |
| Octal | 73 | 332 | 41 | 111 | 0 | 125 | 17 | 160 | 112 | 61 |
| Binary | 111011 | 11011010 | 100001 | 1001001 | 0 | 1010101 | 1111 | 1110000 | 1001010 | 110001 |
Color Harmonies of #3BDA21
Complementary color
Monochromatic Colors of #3BDA21
Black with #3BDA21
Text Example
Text Example
White with #3BDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA21; }
p { color: rgb(59,218,33); }
H1.HeaderClassName
{
color: #3BDA21;
}
.AnyTagClassName
{
color: #3BDA21;
}
</style>
background-color css
<style>
a { background-color: #3BDA21; }
a { background-color: rgb(59,218,33); }
div.DivClassName
{
background-color: #3BDA21;
}
.BgClassName
{
background-color: #3BDA21;
}
</style>
border-color css
<style>
span { border-color: #3BDA21; }
span { border-color: rgb(59,218,33); }
td.TdClassName
{
border-color: #3BDA21;
}
.TagClassName
{
border-color: #3BDA21;
}
</style>