Shades of Lime Green #3BF341
Tints of Lime Green #3BF341
RGB
CMYK
RGB Variations
Color information
#3BF341 (or 0x3BF341) is known color: Lime Green. HEX triplet: 3B, F3 and 41. RGB value is (59,243,65). Sum of RGB (Red+Green+Blue) = 59+243+65=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 243 (95.31% from 255 or 66.21% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF341 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF341 is #C40CBE. Grayscale: #A8A8A8. Windows color (decimal): -12848319 or 4322107. OLE color: 4322107.
HSL color Cylindrical-coordinate representation of color #3BF341: hue angle of 121.96º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF341 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 65 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.05 |
| HSL | 121.96º | 0.88% | 0.59% | - |
| HSV(B) | 121.96º | 0.76% | 0.95% | - |
| XYZ | 34.81 | 65.41 | 15.79 | - |
| YUV | 167.69 | 70.04 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 65 | 0.76 | 0 | 0.73 | 0.05 | 121.96 | 0.88 | 0.59 |
| Hex | 3B | F3 | 41 | 4C | 0 | 49 | 5 | 7A | 58 | 3B |
| Octal | 73 | 363 | 101 | 114 | 0 | 111 | 5 | 172 | 130 | 73 |
| Binary | 111011 | 11110011 | 1000001 | 1001100 | 0 | 1001001 | 101 | 1111010 | 1011000 | 111011 |
Color Harmonies of #3BF341
Complementary color
Monochromatic Colors of #3BF341
Black with #3BF341
Text Example
Text Example
White with #3BF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF341; }
p { color: rgb(59,243,65); }
H1.HeaderClassName
{
color: #3BF341;
}
.AnyTagClassName
{
color: #3BF341;
}
</style>
background-color css
<style>
a { background-color: #3BF341; }
a { background-color: rgb(59,243,65); }
div.DivClassName
{
background-color: #3BF341;
}
.BgClassName
{
background-color: #3BF341;
}
</style>
border-color css
<style>
span { border-color: #3BF341; }
span { border-color: rgb(59,243,65); }
td.TdClassName
{
border-color: #3BF341;
}
.TagClassName
{
border-color: #3BF341;
}
</style>