Shades of Lime Green #3BD438
Tints of Lime Green #3BD438
RGB
CMYK
RGB Variations
Color information
#3BD438 (or 0x3BD438) is known color: Lime Green. HEX triplet: 3B, D4 and 38. RGB value is (59,212,56). Sum of RGB (Red+Green+Blue) = 59+212+56=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 212 (83.20% from 255 or 64.83% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD438 is #C42BC7. Grayscale: #949494. Windows color (decimal): -12856264 or 3724347. OLE color: 3724347.
HSL color Cylindrical-coordinate representation of color #3BD438: hue angle of 118.85º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BD438 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 212 | 56 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.17 |
| HSL | 118.85º | 0.64% | 0.53% | - |
| HSV(B) | 118.85º | 0.74% | 0.83% | - |
| XYZ | 26.06 | 48.3 | 11.69 | - |
| YUV | 148.47 | 75.81 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 56 | 0.72 | 0 | 0.74 | 0.17 | 118.85 | 0.64 | 0.53 |
| Hex | 3B | D4 | 38 | 48 | 0 | 4A | 11 | 77 | 40 | 35 |
| Octal | 73 | 324 | 70 | 110 | 0 | 112 | 21 | 167 | 100 | 65 |
| Binary | 111011 | 11010100 | 111000 | 1001000 | 0 | 1001010 | 10001 | 1110111 | 1000000 | 110101 |
Color Harmonies of #3BD438
Complementary color
Monochromatic Colors of #3BD438
Black with #3BD438
Text Example
Text Example
White with #3BD438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD438; }
p { color: rgb(59,212,56); }
H1.HeaderClassName
{
color: #3BD438;
}
.AnyTagClassName
{
color: #3BD438;
}
</style>
background-color css
<style>
a { background-color: #3BD438; }
a { background-color: rgb(59,212,56); }
div.DivClassName
{
background-color: #3BD438;
}
.BgClassName
{
background-color: #3BD438;
}
</style>
border-color css
<style>
span { border-color: #3BD438; }
span { border-color: rgb(59,212,56); }
td.TdClassName
{
border-color: #3BD438;
}
.TagClassName
{
border-color: #3BD438;
}
</style>