Shades of Lime Green #3BF338
Tints of Lime Green #3BF338
RGB
CMYK
RGB Variations
Color information
#3BF338 (or 0x3BF338) is known color: Lime Green. HEX triplet: 3B, F3 and 38. RGB value is (59,243,56). Sum of RGB (Red+Green+Blue) = 59+243+56=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF338 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF338 is #C40CC7. Grayscale: #A7A7A7. Windows color (decimal): -12848328 or 3732283. OLE color: 3732283.
HSL color Cylindrical-coordinate representation of color #3BF338: hue angle of 119.04º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BF338 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 56 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.05 |
| HSL | 119.04º | 0.89% | 0.59% | - |
| HSV(B) | 119.04º | 0.77% | 0.95% | - |
| XYZ | 34.57 | 65.32 | 14.53 | - |
| YUV | 166.67 | 65.54 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 56 | 0.76 | 0 | 0.77 | 0.05 | 119.04 | 0.89 | 0.59 |
| Hex | 3B | F3 | 38 | 4C | 0 | 4D | 5 | 77 | 59 | 3B |
| Octal | 73 | 363 | 70 | 114 | 0 | 115 | 5 | 167 | 131 | 73 |
| Binary | 111011 | 11110011 | 111000 | 1001100 | 0 | 1001101 | 101 | 1110111 | 1011001 | 111011 |
Color Harmonies of #3BF338
Complementary color
Monochromatic Colors of #3BF338
Black with #3BF338
Text Example
Text Example
White with #3BF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF338; }
p { color: rgb(59,243,56); }
H1.HeaderClassName
{
color: #3BF338;
}
.AnyTagClassName
{
color: #3BF338;
}
</style>
background-color css
<style>
a { background-color: #3BF338; }
a { background-color: rgb(59,243,56); }
div.DivClassName
{
background-color: #3BF338;
}
.BgClassName
{
background-color: #3BF338;
}
</style>
border-color css
<style>
span { border-color: #3BF338; }
span { border-color: rgb(59,243,56); }
td.TdClassName
{
border-color: #3BF338;
}
.TagClassName
{
border-color: #3BF338;
}
</style>