Shades of Lime Green #3BFB43
Tints of Lime Green #3BFB43
RGB
CMYK
RGB Variations
Color information
#3BFB43 (or 0x3BFB43) is known color: Lime Green. HEX triplet: 3B, FB and 43. RGB value is (59,251,67). Sum of RGB (Red+Green+Blue) = 59+251+67=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 251 (98.44% from 255 or 66.58% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFB43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFB43 is #C404BC. Grayscale: #ADADAD. Windows color (decimal): -12846269 or 4455227. OLE color: 4455227.
HSL color Cylindrical-coordinate representation of color #3BFB43: hue angle of 122.5º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFB43 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 251 | 67 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.02 |
| HSL | 122.5º | 0.96% | 0.61% | - |
| HSV(B) | 122.5º | 0.76% | 0.98% | - |
| XYZ | 37.31 | 70.33 | 16.92 | - |
| YUV | 172.62 | 68.39 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 251 | 67 | 0.76 | 0 | 0.73 | 0.02 | 122.5 | 0.96 | 0.61 |
| Hex | 3B | FB | 43 | 4C | 0 | 49 | 2 | 7B | 60 | 3D |
| Octal | 73 | 373 | 103 | 114 | 0 | 111 | 2 | 173 | 140 | 75 |
| Binary | 111011 | 11111011 | 1000011 | 1001100 | 0 | 1001001 | 10 | 1111011 | 1100000 | 111101 |
Color Harmonies of #3BFB43
Complementary color
Monochromatic Colors of #3BFB43
Black with #3BFB43
Text Example
Text Example
White with #3BFB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFB43; }
p { color: rgb(59,251,67); }
H1.HeaderClassName
{
color: #3BFB43;
}
.AnyTagClassName
{
color: #3BFB43;
}
</style>
background-color css
<style>
a { background-color: #3BFB43; }
a { background-color: rgb(59,251,67); }
div.DivClassName
{
background-color: #3BFB43;
}
.BgClassName
{
background-color: #3BFB43;
}
</style>
border-color css
<style>
span { border-color: #3BFB43; }
span { border-color: rgb(59,251,67); }
td.TdClassName
{
border-color: #3BFB43;
}
.TagClassName
{
border-color: #3BFB43;
}
</style>