Shades of Lime Green #30BC3A
Tints of Lime Green #30BC3A
RGB
CMYK
RGB Variations
Color information
#30BC3A (or 0x30BC3A) is known color: Lime Green. HEX triplet: 30, BC and 3A. RGB value is (48,188,58). Sum of RGB (Red+Green+Blue) = 48+188+58=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC3A is #CF43C5. Grayscale: #838383. Windows color (decimal): -13583302 or 3849264. OLE color: 3849264.
HSL color Cylindrical-coordinate representation of color #30BC3A: hue angle of 124.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC3A is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 58 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.26 |
| HSL | 124.29º | 0.59% | 0.46% | - |
| HSV(B) | 124.29º | 0.74% | 0.74% | - |
| XYZ | 19.97 | 36.9 | 10.07 | - |
| YUV | 131.32 | 86.62 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 58 | 0.74 | 0 | 0.69 | 0.26 | 124.29 | 0.59 | 0.46 |
| Hex | 30 | BC | 3A | 4A | 0 | 45 | 1A | 7C | 3B | 2E |
| Octal | 60 | 274 | 72 | 112 | 0 | 105 | 32 | 174 | 73 | 56 |
| Binary | 110000 | 10111100 | 111010 | 1001010 | 0 | 1000101 | 11010 | 1111100 | 111011 | 101110 |
Color Harmonies of #30BC3A
Complementary color
Monochromatic Colors of #30BC3A
Black with #30BC3A
Text Example
Text Example
White with #30BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC3A; }
p { color: rgb(48,188,58); }
H1.HeaderClassName
{
color: #30BC3A;
}
.AnyTagClassName
{
color: #30BC3A;
}
</style>
background-color css
<style>
a { background-color: #30BC3A; }
a { background-color: rgb(48,188,58); }
div.DivClassName
{
background-color: #30BC3A;
}
.BgClassName
{
background-color: #30BC3A;
}
</style>
border-color css
<style>
span { border-color: #30BC3A; }
span { border-color: rgb(48,188,58); }
td.TdClassName
{
border-color: #30BC3A;
}
.TagClassName
{
border-color: #30BC3A;
}
</style>