Shades of Lime Green #3BF442
Tints of Lime Green #3BF442
RGB
CMYK
RGB Variations
Color information
#3BF442 (or 0x3BF442) is known color: Lime Green. HEX triplet: 3B, F4 and 42. RGB value is (59,244,66). Sum of RGB (Red+Green+Blue) = 59+244+66=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 244 (95.70% from 255 or 66.12% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 244 - color contains mainly: green. Hex color #3BF442 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF442 is #C40BBD. Grayscale: #A8A8A8. Windows color (decimal): -12848062 or 4387899. OLE color: 4387899.
HSL color Cylindrical-coordinate representation of color #3BF442: hue angle of 122.27º 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 #3BF442 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 244 | 66 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.04 |
| HSL | 122.27º | 0.89% | 0.59% | - |
| HSV(B) | 122.27º | 0.76% | 0.96% | - |
| XYZ | 35.14 | 66.02 | 16.05 | - |
| YUV | 168.39 | 70.21 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 244 | 66 | 0.76 | 0 | 0.73 | 0.04 | 122.27 | 0.89 | 0.59 |
| Hex | 3B | F4 | 42 | 4C | 0 | 49 | 4 | 7A | 59 | 3B |
| Octal | 73 | 364 | 102 | 114 | 0 | 111 | 4 | 172 | 131 | 73 |
| Binary | 111011 | 11110100 | 1000010 | 1001100 | 0 | 1001001 | 100 | 1111010 | 1011001 | 111011 |
Color Harmonies of #3BF442
Complementary color
Monochromatic Colors of #3BF442
Black with #3BF442
Text Example
Text Example
White with #3BF442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF442; }
p { color: rgb(59,244,66); }
H1.HeaderClassName
{
color: #3BF442;
}
.AnyTagClassName
{
color: #3BF442;
}
</style>
background-color css
<style>
a { background-color: #3BF442; }
a { background-color: rgb(59,244,66); }
div.DivClassName
{
background-color: #3BF442;
}
.BgClassName
{
background-color: #3BF442;
}
</style>
border-color css
<style>
span { border-color: #3BF442; }
span { border-color: rgb(59,244,66); }
td.TdClassName
{
border-color: #3BF442;
}
.TagClassName
{
border-color: #3BF442;
}
</style>