Shades of Lime Green #3BDA38
Tints of Lime Green #3BDA38
RGB
CMYK
RGB Variations
Color information
#3BDA38 (or 0x3BDA38) is known color: Lime Green. HEX triplet: 3B, DA and 38. RGB value is (59,218,56). Sum of RGB (Red+Green+Blue) = 59+218+56=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 218 (85.55% from 255 or 65.47% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA38 is #C425C7. Grayscale: #989898. Windows color (decimal): -12854728 or 3725883. OLE color: 3725883.
HSL color Cylindrical-coordinate representation of color #3BDA38: hue angle of 118.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDA38 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 56 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.15 |
| HSL | 118.89º | 0.69% | 0.54% | - |
| HSV(B) | 118.89º | 0.74% | 0.85% | - |
| XYZ | 27.59 | 51.36 | 12.2 | - |
| YUV | 151.99 | 73.82 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 56 | 0.73 | 0 | 0.74 | 0.15 | 118.89 | 0.69 | 0.54 |
| Hex | 3B | DA | 38 | 49 | 0 | 4A | F | 77 | 45 | 36 |
| Octal | 73 | 332 | 70 | 111 | 0 | 112 | 17 | 167 | 105 | 66 |
| Binary | 111011 | 11011010 | 111000 | 1001001 | 0 | 1001010 | 1111 | 1110111 | 1000101 | 110110 |
Color Harmonies of #3BDA38
Complementary color
Monochromatic Colors of #3BDA38
Black with #3BDA38
Text Example
Text Example
White with #3BDA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA38; }
p { color: rgb(59,218,56); }
H1.HeaderClassName
{
color: #3BDA38;
}
.AnyTagClassName
{
color: #3BDA38;
}
</style>
background-color css
<style>
a { background-color: #3BDA38; }
a { background-color: rgb(59,218,56); }
div.DivClassName
{
background-color: #3BDA38;
}
.BgClassName
{
background-color: #3BDA38;
}
</style>
border-color css
<style>
span { border-color: #3BDA38; }
span { border-color: rgb(59,218,56); }
td.TdClassName
{
border-color: #3BDA38;
}
.TagClassName
{
border-color: #3BDA38;
}
</style>