Shades of Lime Green #30BC39
Tints of Lime Green #30BC39
RGB
CMYK
RGB Variations
Color information
#30BC39 (or 0x30BC39) is known color: Lime Green. HEX triplet: 30, BC and 39. RGB value is (48,188,57). Sum of RGB (Red+Green+Blue) = 48+188+57=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC39 is #CF43C6. Grayscale: #838383. Windows color (decimal): -13583303 or 3783728. OLE color: 3783728.
HSL color Cylindrical-coordinate representation of color #30BC39: hue angle of 123.86º 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 #30BC39 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 57 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.26 |
| HSL | 123.86º | 0.59% | 0.46% | - |
| HSV(B) | 123.86º | 0.74% | 0.74% | - |
| XYZ | 19.94 | 36.89 | 9.94 | - |
| YUV | 131.21 | 86.12 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 57 | 0.74 | 0 | 0.70 | 0.26 | 123.86 | 0.59 | 0.46 |
| Hex | 30 | BC | 39 | 4A | 0 | 46 | 1A | 7C | 3B | 2E |
| Octal | 60 | 274 | 71 | 112 | 0 | 106 | 32 | 174 | 73 | 56 |
| Binary | 110000 | 10111100 | 111001 | 1001010 | 0 | 1000110 | 11010 | 1111100 | 111011 | 101110 |
Color Harmonies of #30BC39
Complementary color
Monochromatic Colors of #30BC39
Black with #30BC39
Text Example
Text Example
White with #30BC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC39; }
p { color: rgb(48,188,57); }
H1.HeaderClassName
{
color: #30BC39;
}
.AnyTagClassName
{
color: #30BC39;
}
</style>
background-color css
<style>
a { background-color: #30BC39; }
a { background-color: rgb(48,188,57); }
div.DivClassName
{
background-color: #30BC39;
}
.BgClassName
{
background-color: #30BC39;
}
</style>
border-color css
<style>
span { border-color: #30BC39; }
span { border-color: rgb(48,188,57); }
td.TdClassName
{
border-color: #30BC39;
}
.TagClassName
{
border-color: #30BC39;
}
</style>