Shades of Lime Green #3BFA30
Tints of Lime Green #3BFA30
RGB
CMYK
RGB Variations
Color information
#3BFA30 (or 0x3BFA30) is known color: Lime Green. HEX triplet: 3B, FA and 30. RGB value is (59,250,48). Sum of RGB (Red+Green+Blue) = 59+250+48=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 250 (98.05% from 255 or 70.03% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFA30 is #C405CF. Grayscale: #AAAAAA. Windows color (decimal): -12846544 or 3209787. OLE color: 3209787.
HSL color Cylindrical-coordinate representation of color #3BFA30: hue angle of 116.73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BFA30 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 48 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.02 |
| HSL | 116.73º | 0.95% | 0.58% | - |
| HSV(B) | 116.73º | 0.81% | 0.98% | - |
| XYZ | 36.52 | 69.51 | 14.29 | - |
| YUV | 169.86 | 59.22 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 48 | 0.76 | 0 | 0.81 | 0.02 | 116.73 | 0.95 | 0.58 |
| Hex | 3B | FA | 30 | 4C | 0 | 51 | 2 | 75 | 5F | 3A |
| Octal | 73 | 372 | 60 | 114 | 0 | 121 | 2 | 165 | 137 | 72 |
| Binary | 111011 | 11111010 | 110000 | 1001100 | 0 | 1010001 | 10 | 1110101 | 1011111 | 111010 |
Color Harmonies of #3BFA30
Complementary color
Monochromatic Colors of #3BFA30
Black with #3BFA30
Text Example
Text Example
White with #3BFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFA30; }
p { color: rgb(59,250,48); }
H1.HeaderClassName
{
color: #3BFA30;
}
.AnyTagClassName
{
color: #3BFA30;
}
</style>
background-color css
<style>
a { background-color: #3BFA30; }
a { background-color: rgb(59,250,48); }
div.DivClassName
{
background-color: #3BFA30;
}
.BgClassName
{
background-color: #3BFA30;
}
</style>
border-color css
<style>
span { border-color: #3BFA30; }
span { border-color: rgb(59,250,48); }
td.TdClassName
{
border-color: #3BFA30;
}
.TagClassName
{
border-color: #3BFA30;
}
</style>