Shades of Lime Green #3BF044
Tints of Lime Green #3BF044
RGB
CMYK
RGB Variations
Color information
#3BF044 (or 0x3BF044) is known color: Lime Green. HEX triplet: 3B, F0 and 44. RGB value is (59,240,68). Sum of RGB (Red+Green+Blue) = 59+240+68=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF044 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF044 is #C40FBB. Grayscale: #A6A6A6. Windows color (decimal): -12849084 or 4517947. OLE color: 4517947.
HSL color Cylindrical-coordinate representation of color #3BF044: hue angle of 122.98º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BF044 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 240 | 68 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.06 |
| HSL | 122.98º | 0.86% | 0.59% | - |
| HSV(B) | 122.98º | 0.75% | 0.94% | - |
| XYZ | 34.01 | 63.67 | 15.97 | - |
| YUV | 166.27 | 72.53 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 240 | 68 | 0.75 | 0 | 0.72 | 0.06 | 122.98 | 0.86 | 0.59 |
| Hex | 3B | F0 | 44 | 4B | 0 | 48 | 6 | 7B | 56 | 3B |
| Octal | 73 | 360 | 104 | 113 | 0 | 110 | 6 | 173 | 126 | 73 |
| Binary | 111011 | 11110000 | 1000100 | 1001011 | 0 | 1001000 | 110 | 1111011 | 1010110 | 111011 |
Color Harmonies of #3BF044
Complementary color
Monochromatic Colors of #3BF044
Black with #3BF044
Text Example
Text Example
White with #3BF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF044; }
p { color: rgb(59,240,68); }
H1.HeaderClassName
{
color: #3BF044;
}
.AnyTagClassName
{
color: #3BF044;
}
</style>
background-color css
<style>
a { background-color: #3BF044; }
a { background-color: rgb(59,240,68); }
div.DivClassName
{
background-color: #3BF044;
}
.BgClassName
{
background-color: #3BF044;
}
</style>
border-color css
<style>
span { border-color: #3BF044; }
span { border-color: rgb(59,240,68); }
td.TdClassName
{
border-color: #3BF044;
}
.TagClassName
{
border-color: #3BF044;
}
</style>