Shades of Lime Green #3BF326
Tints of Lime Green #3BF326
RGB
CMYK
RGB Variations
Color information
#3BF326 (or 0x3BF326) is known color: Lime Green. HEX triplet: 3B, F3 and 26. RGB value is (59,243,38). Sum of RGB (Red+Green+Blue) = 59+243+38=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 243 (95.31% from 255 or 71.47% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF326 is #C40CD9. Grayscale: #A5A5A5. Windows color (decimal): -12848346 or 2552635. OLE color: 2552635.
HSL color Cylindrical-coordinate representation of color #3BF326: hue angle of 113.85º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BF326 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 38 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.05 |
| HSL | 113.85º | 0.9% | 0.55% | - |
| HSV(B) | 113.85º | 0.84% | 0.95% | - |
| XYZ | 34.2 | 65.17 | 12.61 | - |
| YUV | 164.61 | 56.54 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 38 | 0.76 | 0 | 0.84 | 0.05 | 113.85 | 0.9 | 0.55 |
| Hex | 3B | F3 | 26 | 4C | 0 | 54 | 5 | 72 | 5A | 37 |
| Octal | 73 | 363 | 46 | 114 | 0 | 124 | 5 | 162 | 132 | 67 |
| Binary | 111011 | 11110011 | 100110 | 1001100 | 0 | 1010100 | 101 | 1110010 | 1011010 | 110111 |
Color Harmonies of #3BF326
Complementary color
Monochromatic Colors of #3BF326
Black with #3BF326
Text Example
Text Example
White with #3BF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF326; }
p { color: rgb(59,243,38); }
H1.HeaderClassName
{
color: #3BF326;
}
.AnyTagClassName
{
color: #3BF326;
}
</style>
background-color css
<style>
a { background-color: #3BF326; }
a { background-color: rgb(59,243,38); }
div.DivClassName
{
background-color: #3BF326;
}
.BgClassName
{
background-color: #3BF326;
}
</style>
border-color css
<style>
span { border-color: #3BF326; }
span { border-color: rgb(59,243,38); }
td.TdClassName
{
border-color: #3BF326;
}
.TagClassName
{
border-color: #3BF326;
}
</style>