Shades of Lime Green #3BF92D
Tints of Lime Green #3BF92D
RGB
CMYK
RGB Variations
Color information
#3BF92D (or 0x3BF92D) is known color: Lime Green. HEX triplet: 3B, F9 and 2D. RGB value is (59,249,45). Sum of RGB (Red+Green+Blue) = 59+249+45=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 249 (97.66% from 255 or 70.54% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF92D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF92D is #C406D2. Grayscale: #A9A9A9. Windows color (decimal): -12846803 or 3012923. OLE color: 3012923.
HSL color Cylindrical-coordinate representation of color #3BF92D: hue angle of 115.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BF92D is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 249 | 45 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.02 |
| HSL | 115.88º | 0.94% | 0.58% | - |
| HSV(B) | 115.88º | 0.82% | 0.98% | - |
| XYZ | 36.15 | 68.87 | 13.87 | - |
| YUV | 168.93 | 58.05 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 249 | 45 | 0.76 | 0 | 0.82 | 0.02 | 115.88 | 0.94 | 0.58 |
| Hex | 3B | F9 | 2D | 4C | 0 | 52 | 2 | 74 | 5E | 3A |
| Octal | 73 | 371 | 55 | 114 | 0 | 122 | 2 | 164 | 136 | 72 |
| Binary | 111011 | 11111001 | 101101 | 1001100 | 0 | 1010010 | 10 | 1110100 | 1011110 | 111010 |
Color Harmonies of #3BF92D
Complementary color
Monochromatic Colors of #3BF92D
Black with #3BF92D
Text Example
Text Example
White with #3BF92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF92D; }
p { color: rgb(59,249,45); }
H1.HeaderClassName
{
color: #3BF92D;
}
.AnyTagClassName
{
color: #3BF92D;
}
</style>
background-color css
<style>
a { background-color: #3BF92D; }
a { background-color: rgb(59,249,45); }
div.DivClassName
{
background-color: #3BF92D;
}
.BgClassName
{
background-color: #3BF92D;
}
</style>
border-color css
<style>
span { border-color: #3BF92D; }
span { border-color: rgb(59,249,45); }
td.TdClassName
{
border-color: #3BF92D;
}
.TagClassName
{
border-color: #3BF92D;
}
</style>