Shades of Lime Green #3BF345
Tints of Lime Green #3BF345
RGB
CMYK
RGB Variations
Color information
#3BF345 (or 0x3BF345) is known color: Lime Green. HEX triplet: 3B, F3 and 45. RGB value is (59,243,69). Sum of RGB (Red+Green+Blue) = 59+243+69=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF345 is #C40CBA. Grayscale: #A8A8A8. Windows color (decimal): -12848315 or 4584251. OLE color: 4584251.
HSL color Cylindrical-coordinate representation of color #3BF345: hue angle of 123.26º 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 #3BF345 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 69 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.05 |
| HSL | 123.26º | 0.88% | 0.59% | - |
| HSV(B) | 123.26º | 0.76% | 0.95% | - |
| XYZ | 34.93 | 65.46 | 16.42 | - |
| YUV | 168.15 | 72.04 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 69 | 0.76 | 0 | 0.72 | 0.05 | 123.26 | 0.88 | 0.59 |
| Hex | 3B | F3 | 45 | 4C | 0 | 48 | 5 | 7B | 58 | 3B |
| Octal | 73 | 363 | 105 | 114 | 0 | 110 | 5 | 173 | 130 | 73 |
| Binary | 111011 | 11110011 | 1000101 | 1001100 | 0 | 1001000 | 101 | 1111011 | 1011000 | 111011 |
Color Harmonies of #3BF345
Complementary color
Monochromatic Colors of #3BF345
Black with #3BF345
Text Example
Text Example
White with #3BF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF345; }
p { color: rgb(59,243,69); }
H1.HeaderClassName
{
color: #3BF345;
}
.AnyTagClassName
{
color: #3BF345;
}
</style>
background-color css
<style>
a { background-color: #3BF345; }
a { background-color: rgb(59,243,69); }
div.DivClassName
{
background-color: #3BF345;
}
.BgClassName
{
background-color: #3BF345;
}
</style>
border-color css
<style>
span { border-color: #3BF345; }
span { border-color: rgb(59,243,69); }
td.TdClassName
{
border-color: #3BF345;
}
.TagClassName
{
border-color: #3BF345;
}
</style>