Shades of Lime Green #3BE130
Tints of Lime Green #3BE130
RGB
CMYK
RGB Variations
Color information
#3BE130 (or 0x3BE130) is known color: Lime Green. HEX triplet: 3B, E1 and 30. RGB value is (59,225,48). Sum of RGB (Red+Green+Blue) = 59+225+48=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 225 (88.28% from 255 or 67.77% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE130 is #C41ECF. Grayscale: #9B9B9B. Windows color (decimal): -12852944 or 3203387. OLE color: 3203387.
HSL color Cylindrical-coordinate representation of color #3BE130: hue angle of 116.27º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BE130 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 225 | 48 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.12 |
| HSL | 116.27º | 0.75% | 0.54% | - |
| HSV(B) | 116.27º | 0.79% | 0.88% | - |
| XYZ | 29.26 | 54.99 | 11.87 | - |
| YUV | 155.19 | 67.5 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 48 | 0.74 | 0 | 0.79 | 0.12 | 116.27 | 0.75 | 0.54 |
| Hex | 3B | E1 | 30 | 4A | 0 | 4F | C | 74 | 4B | 36 |
| Octal | 73 | 341 | 60 | 112 | 0 | 117 | 14 | 164 | 113 | 66 |
| Binary | 111011 | 11100001 | 110000 | 1001010 | 0 | 1001111 | 1100 | 1110100 | 1001011 | 110110 |
Color Harmonies of #3BE130
Complementary color
Monochromatic Colors of #3BE130
Black with #3BE130
Text Example
Text Example
White with #3BE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE130; }
p { color: rgb(59,225,48); }
H1.HeaderClassName
{
color: #3BE130;
}
.AnyTagClassName
{
color: #3BE130;
}
</style>
background-color css
<style>
a { background-color: #3BE130; }
a { background-color: rgb(59,225,48); }
div.DivClassName
{
background-color: #3BE130;
}
.BgClassName
{
background-color: #3BE130;
}
</style>
border-color css
<style>
span { border-color: #3BE130; }
span { border-color: rgb(59,225,48); }
td.TdClassName
{
border-color: #3BE130;
}
.TagClassName
{
border-color: #3BE130;
}
</style>