Shades of Lime Green #30BA31
Tints of Lime Green #30BA31
RGB
CMYK
RGB Variations
Color information
#30BA31 (or 0x30BA31) is known color: Lime Green. HEX triplet: 30, BA and 31. RGB value is (48,186,49). Sum of RGB (Red+Green+Blue) = 48+186+49=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA31 is #CF45CE. Grayscale: #818181. Windows color (decimal): -13583823 or 3258928. OLE color: 3258928.
HSL color Cylindrical-coordinate representation of color #30BA31: hue angle of 120.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA31 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 49 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.27 |
| HSL | 120.43º | 0.59% | 0.46% | - |
| HSV(B) | 120.43º | 0.74% | 0.73% | - |
| XYZ | 19.33 | 35.97 | 8.83 | - |
| YUV | 129.12 | 82.78 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 49 | 0.74 | 0 | 0.74 | 0.27 | 120.43 | 0.59 | 0.46 |
| Hex | 30 | BA | 31 | 4A | 0 | 4A | 1B | 78 | 3B | 2E |
| Octal | 60 | 272 | 61 | 112 | 0 | 112 | 33 | 170 | 73 | 56 |
| Binary | 110000 | 10111010 | 110001 | 1001010 | 0 | 1001010 | 11011 | 1111000 | 111011 | 101110 |
Color Harmonies of #30BA31
Complementary color
Monochromatic Colors of #30BA31
Black with #30BA31
Text Example
Text Example
White with #30BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA31; }
p { color: rgb(48,186,49); }
H1.HeaderClassName
{
color: #30BA31;
}
.AnyTagClassName
{
color: #30BA31;
}
</style>
background-color css
<style>
a { background-color: #30BA31; }
a { background-color: rgb(48,186,49); }
div.DivClassName
{
background-color: #30BA31;
}
.BgClassName
{
background-color: #30BA31;
}
</style>
border-color css
<style>
span { border-color: #30BA31; }
span { border-color: rgb(48,186,49); }
td.TdClassName
{
border-color: #30BA31;
}
.TagClassName
{
border-color: #30BA31;
}
</style>