Shades of Lime Green #3BEA25
Tints of Lime Green #3BEA25
RGB
CMYK
RGB Variations
Color information
#3BEA25 (or 0x3BEA25) is known color: Lime Green. HEX triplet: 3B, EA and 25. RGB value is (59,234,37). Sum of RGB (Red+Green+Blue) = 59+234+37=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 234 (91.80% from 255 or 70.91% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEA25 is #C415DA. Grayscale: #9F9F9F. Windows color (decimal): -12850651 or 2484795. OLE color: 2484795.
HSL color Cylindrical-coordinate representation of color #3BEA25: hue angle of 113.3º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BEA25 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 37 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.08 |
| HSL | 113.3º | 0.82% | 0.53% | - |
| HSV(B) | 113.3º | 0.84% | 0.92% | - |
| XYZ | 31.56 | 59.91 | 11.65 | - |
| YUV | 159.22 | 59.02 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 37 | 0.75 | 0 | 0.84 | 0.08 | 113.3 | 0.82 | 0.53 |
| Hex | 3B | EA | 25 | 4B | 0 | 54 | 8 | 71 | 52 | 35 |
| Octal | 73 | 352 | 45 | 113 | 0 | 124 | 10 | 161 | 122 | 65 |
| Binary | 111011 | 11101010 | 100101 | 1001011 | 0 | 1010100 | 1000 | 1110001 | 1010010 | 110101 |
Color Harmonies of #3BEA25
Complementary color
Monochromatic Colors of #3BEA25
Black with #3BEA25
Text Example
Text Example
White with #3BEA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEA25; }
p { color: rgb(59,234,37); }
H1.HeaderClassName
{
color: #3BEA25;
}
.AnyTagClassName
{
color: #3BEA25;
}
</style>
background-color css
<style>
a { background-color: #3BEA25; }
a { background-color: rgb(59,234,37); }
div.DivClassName
{
background-color: #3BEA25;
}
.BgClassName
{
background-color: #3BEA25;
}
</style>
border-color css
<style>
span { border-color: #3BEA25; }
span { border-color: rgb(59,234,37); }
td.TdClassName
{
border-color: #3BEA25;
}
.TagClassName
{
border-color: #3BEA25;
}
</style>