Shades of Lime Green #3BF441
Tints of Lime Green #3BF441
RGB
CMYK
RGB Variations
Color information
#3BF441 (or 0x3BF441) is known color: Lime Green. HEX triplet: 3B, F4 and 41. RGB value is (59,244,65). Sum of RGB (Red+Green+Blue) = 59+244+65=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 244 (95.70% from 255 or 66.30% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 244 - color contains mainly: green. Hex color #3BF441 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF441 is #C40BBE. Grayscale: #A8A8A8. Windows color (decimal): -12848063 or 4322363. OLE color: 4322363.
HSL color Cylindrical-coordinate representation of color #3BF441: hue angle of 121.95º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF441 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 244 | 65 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.04 |
| HSL | 121.95º | 0.89% | 0.59% | - |
| HSV(B) | 121.95º | 0.76% | 0.96% | - |
| XYZ | 35.11 | 66.01 | 15.89 | - |
| YUV | 168.28 | 69.71 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 244 | 65 | 0.76 | 0 | 0.73 | 0.04 | 121.95 | 0.89 | 0.59 |
| Hex | 3B | F4 | 41 | 4C | 0 | 49 | 4 | 7A | 59 | 3B |
| Octal | 73 | 364 | 101 | 114 | 0 | 111 | 4 | 172 | 131 | 73 |
| Binary | 111011 | 11110100 | 1000001 | 1001100 | 0 | 1001001 | 100 | 1111010 | 1011001 | 111011 |
Color Harmonies of #3BF441
Complementary color
Monochromatic Colors of #3BF441
Black with #3BF441
Text Example
Text Example
White with #3BF441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF441; }
p { color: rgb(59,244,65); }
H1.HeaderClassName
{
color: #3BF441;
}
.AnyTagClassName
{
color: #3BF441;
}
</style>
background-color css
<style>
a { background-color: #3BF441; }
a { background-color: rgb(59,244,65); }
div.DivClassName
{
background-color: #3BF441;
}
.BgClassName
{
background-color: #3BF441;
}
</style>
border-color css
<style>
span { border-color: #3BF441; }
span { border-color: rgb(59,244,65); }
td.TdClassName
{
border-color: #3BF441;
}
.TagClassName
{
border-color: #3BF441;
}
</style>