Shades of Lime Green #3BE030
Tints of Lime Green #3BE030
RGB
CMYK
RGB Variations
Color information
#3BE030 (or 0x3BE030) is known color: Lime Green. HEX triplet: 3B, E0 and 30. RGB value is (59,224,48). Sum of RGB (Red+Green+Blue) = 59+224+48=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE030 is #C41FCF. Grayscale: #9B9B9B. Windows color (decimal): -12853200 or 3203131. OLE color: 3203131.
HSL color Cylindrical-coordinate representation of color #3BE030: hue angle of 116.25º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BE030 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 48 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.12 |
| HSL | 116.25º | 0.74% | 0.53% | - |
| HSV(B) | 116.25º | 0.79% | 0.88% | - |
| XYZ | 28.99 | 54.45 | 11.78 | - |
| YUV | 154.6 | 67.84 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 48 | 0.74 | 0 | 0.79 | 0.12 | 116.25 | 0.74 | 0.53 |
| Hex | 3B | E0 | 30 | 4A | 0 | 4F | C | 74 | 4A | 35 |
| Octal | 73 | 340 | 60 | 112 | 0 | 117 | 14 | 164 | 112 | 65 |
| Binary | 111011 | 11100000 | 110000 | 1001010 | 0 | 1001111 | 1100 | 1110100 | 1001010 | 110101 |
Color Harmonies of #3BE030
Complementary color
Monochromatic Colors of #3BE030
Black with #3BE030
Text Example
Text Example
White with #3BE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE030; }
p { color: rgb(59,224,48); }
H1.HeaderClassName
{
color: #3BE030;
}
.AnyTagClassName
{
color: #3BE030;
}
</style>
background-color css
<style>
a { background-color: #3BE030; }
a { background-color: rgb(59,224,48); }
div.DivClassName
{
background-color: #3BE030;
}
.BgClassName
{
background-color: #3BE030;
}
</style>
border-color css
<style>
span { border-color: #3BE030; }
span { border-color: rgb(59,224,48); }
td.TdClassName
{
border-color: #3BE030;
}
.TagClassName
{
border-color: #3BE030;
}
</style>