Shades of Lime Green #3BDA1B
Tints of Lime Green #3BDA1B
RGB
CMYK
RGB Variations
Color information
#3BDA1B (or 0x3BDA1B) is known color: Lime Green. HEX triplet: 3B, DA and 1B. RGB value is (59,218,27). Sum of RGB (Red+Green+Blue) = 59+218+27=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA1B is #C425E4. Grayscale: #959595. Windows color (decimal): -12854757 or 1825339. OLE color: 1825339.
HSL color Cylindrical-coordinate representation of color #3BDA1B: hue angle of 109.95º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BDA1B is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 27 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.15 |
| HSL | 109.95º | 0.78% | 0.48% | - |
| HSV(B) | 109.95º | 0.88% | 0.85% | - |
| XYZ | 27.07 | 51.15 | 9.48 | - |
| YUV | 148.69 | 59.32 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 27 | 0.73 | 0 | 0.88 | 0.15 | 109.95 | 0.78 | 0.48 |
| Hex | 3B | DA | 1B | 49 | 0 | 58 | F | 6E | 4E | 30 |
| Octal | 73 | 332 | 33 | 111 | 0 | 130 | 17 | 156 | 116 | 60 |
| Binary | 111011 | 11011010 | 11011 | 1001001 | 0 | 1011000 | 1111 | 1101110 | 1001110 | 110000 |
Color Harmonies of #3BDA1B
Complementary color
Monochromatic Colors of #3BDA1B
Black with #3BDA1B
Text Example
Text Example
White with #3BDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA1B; }
p { color: rgb(59,218,27); }
H1.HeaderClassName
{
color: #3BDA1B;
}
.AnyTagClassName
{
color: #3BDA1B;
}
</style>
background-color css
<style>
a { background-color: #3BDA1B; }
a { background-color: rgb(59,218,27); }
div.DivClassName
{
background-color: #3BDA1B;
}
.BgClassName
{
background-color: #3BDA1B;
}
</style>
border-color css
<style>
span { border-color: #3BDA1B; }
span { border-color: rgb(59,218,27); }
td.TdClassName
{
border-color: #3BDA1B;
}
.TagClassName
{
border-color: #3BDA1B;
}
</style>