Shades of Lime Green #30B031
Tints of Lime Green #30B031
RGB
CMYK
RGB Variations
Color information
#30B031 (or 0x30B031) is known color: Lime Green. HEX triplet: 30, B0 and 31. RGB value is (48,176,49). Sum of RGB (Red+Green+Blue) = 48+176+49=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 176 (69.14% from 255 or 64.47% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 176 - color contains mainly: green. Hex color #30B031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B031 is #CF4FCE. Grayscale: #7B7B7B. Windows color (decimal): -13586383 or 3256368. OLE color: 3256368.
HSL color Cylindrical-coordinate representation of color #30B031: hue angle of 120.47º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B031 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 176 | 49 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.31 |
| HSL | 120.47º | 0.57% | 0.44% | - |
| HSV(B) | 120.47º | 0.73% | 0.69% | - |
| XYZ | 17.3 | 31.9 | 8.15 | - |
| YUV | 123.25 | 86.09 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 49 | 0.73 | 0 | 0.72 | 0.31 | 120.47 | 0.57 | 0.44 |
| Hex | 30 | B0 | 31 | 49 | 0 | 48 | 1F | 78 | 39 | 2C |
| Octal | 60 | 260 | 61 | 111 | 0 | 110 | 37 | 170 | 71 | 54 |
| Binary | 110000 | 10110000 | 110001 | 1001001 | 0 | 1001000 | 11111 | 1111000 | 111001 | 101100 |
Color Harmonies of #30B031
Complementary color
Monochromatic Colors of #30B031
Black with #30B031
Text Example
Text Example
White with #30B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B031; }
p { color: rgb(48,176,49); }
H1.HeaderClassName
{
color: #30B031;
}
.AnyTagClassName
{
color: #30B031;
}
</style>
background-color css
<style>
a { background-color: #30B031; }
a { background-color: rgb(48,176,49); }
div.DivClassName
{
background-color: #30B031;
}
.BgClassName
{
background-color: #30B031;
}
</style>
border-color css
<style>
span { border-color: #30B031; }
span { border-color: rgb(48,176,49); }
td.TdClassName
{
border-color: #30B031;
}
.TagClassName
{
border-color: #30B031;
}
</style>