Shades of Lime Green #3BD441
Tints of Lime Green #3BD441
RGB
CMYK
RGB Variations
Color information
#3BD441 (or 0x3BD441) is known color: Lime Green. HEX triplet: 3B, D4 and 41. RGB value is (59,212,65). Sum of RGB (Red+Green+Blue) = 59+212+65=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 212 (83.20% from 255 or 63.10% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD441 is #C42BBE. Grayscale: #959595. Windows color (decimal): -12856255 or 4314171. OLE color: 4314171.
HSL color Cylindrical-coordinate representation of color #3BD441: hue angle of 122.35º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD441 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 212 | 65 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.17 |
| HSL | 122.35º | 0.64% | 0.53% | - |
| HSV(B) | 122.35º | 0.72% | 0.83% | - |
| XYZ | 26.3 | 48.4 | 12.96 | - |
| YUV | 149.5 | 80.31 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 65 | 0.72 | 0 | 0.69 | 0.17 | 122.35 | 0.64 | 0.53 |
| Hex | 3B | D4 | 41 | 48 | 0 | 45 | 11 | 7A | 40 | 35 |
| Octal | 73 | 324 | 101 | 110 | 0 | 105 | 21 | 172 | 100 | 65 |
| Binary | 111011 | 11010100 | 1000001 | 1001000 | 0 | 1000101 | 10001 | 1111010 | 1000000 | 110101 |
Color Harmonies of #3BD441
Complementary color
Monochromatic Colors of #3BD441
Black with #3BD441
Text Example
Text Example
White with #3BD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD441; }
p { color: rgb(59,212,65); }
H1.HeaderClassName
{
color: #3BD441;
}
.AnyTagClassName
{
color: #3BD441;
}
</style>
background-color css
<style>
a { background-color: #3BD441; }
a { background-color: rgb(59,212,65); }
div.DivClassName
{
background-color: #3BD441;
}
.BgClassName
{
background-color: #3BD441;
}
</style>
border-color css
<style>
span { border-color: #3BD441; }
span { border-color: rgb(59,212,65); }
td.TdClassName
{
border-color: #3BD441;
}
.TagClassName
{
border-color: #3BD441;
}
</style>