Shades of Lime Green #3BFA38
Tints of Lime Green #3BFA38
RGB
CMYK
RGB Variations
Color information
#3BFA38 (or 0x3BFA38) is known color: Lime Green. HEX triplet: 3B, FA and 38. RGB value is (59,250,56). Sum of RGB (Red+Green+Blue) = 59+250+56=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFA38 is #C405C7. Grayscale: #ABABAB. Windows color (decimal): -12846536 or 3734075. OLE color: 3734075.
HSL color Cylindrical-coordinate representation of color #3BFA38: hue angle of 119.07º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BFA38 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 56 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.02 |
| HSL | 119.07º | 0.95% | 0.6% | - |
| HSV(B) | 119.07º | 0.78% | 0.98% | - |
| XYZ | 36.7 | 69.59 | 15.24 | - |
| YUV | 170.78 | 63.22 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 56 | 0.76 | 0 | 0.78 | 0.02 | 119.07 | 0.95 | 0.6 |
| Hex | 3B | FA | 38 | 4C | 0 | 4E | 2 | 77 | 5F | 3C |
| Octal | 73 | 372 | 70 | 114 | 0 | 116 | 2 | 167 | 137 | 74 |
| Binary | 111011 | 11111010 | 111000 | 1001100 | 0 | 1001110 | 10 | 1110111 | 1011111 | 111100 |
Color Harmonies of #3BFA38
Complementary color
Monochromatic Colors of #3BFA38
Black with #3BFA38
Text Example
Text Example
White with #3BFA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFA38; }
p { color: rgb(59,250,56); }
H1.HeaderClassName
{
color: #3BFA38;
}
.AnyTagClassName
{
color: #3BFA38;
}
</style>
background-color css
<style>
a { background-color: #3BFA38; }
a { background-color: rgb(59,250,56); }
div.DivClassName
{
background-color: #3BFA38;
}
.BgClassName
{
background-color: #3BFA38;
}
</style>
border-color css
<style>
span { border-color: #3BFA38; }
span { border-color: rgb(59,250,56); }
td.TdClassName
{
border-color: #3BFA38;
}
.TagClassName
{
border-color: #3BFA38;
}
</style>