Shades of Lime Green #30D351
Tints of Lime Green #30D351
RGB
CMYK
RGB Variations
Color information
#30D351 (or 0x30D351) is known color: Lime Green. HEX triplet: 30, D3 and 51. RGB value is (48,211,81). Sum of RGB (Red+Green+Blue) = 48+211+81=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 211 (82.81% from 255 or 62.06% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 211 - color contains mainly: green. Hex color #30D351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D351 is #CF2CAE. Grayscale: #939393. Windows color (decimal): -13577391 or 5362480. OLE color: 5362480.
HSL color Cylindrical-coordinate representation of color #30D351: hue angle of 132.15º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D351 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 81 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.17 |
| HSL | 132.15º | 0.65% | 0.51% | - |
| HSV(B) | 132.15º | 0.77% | 0.83% | - |
| XYZ | 26 | 47.81 | 15.64 | - |
| YUV | 147.44 | 90.5 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 81 | 0.77 | 0 | 0.62 | 0.17 | 132.15 | 0.65 | 0.51 |
| Hex | 30 | D3 | 51 | 4D | 0 | 3E | 11 | 84 | 41 | 33 |
| Octal | 60 | 323 | 121 | 115 | 0 | 76 | 21 | 204 | 101 | 63 |
| Binary | 110000 | 11010011 | 1010001 | 1001101 | 0 | 111110 | 10001 | 10000100 | 1000001 | 110011 |
Color Harmonies of #30D351
Complementary color
Monochromatic Colors of #30D351
Black with #30D351
Text Example
Text Example
White with #30D351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D351; }
p { color: rgb(48,211,81); }
H1.HeaderClassName
{
color: #30D351;
}
.AnyTagClassName
{
color: #30D351;
}
</style>
background-color css
<style>
a { background-color: #30D351; }
a { background-color: rgb(48,211,81); }
div.DivClassName
{
background-color: #30D351;
}
.BgClassName
{
background-color: #30D351;
}
</style>
border-color css
<style>
span { border-color: #30D351; }
span { border-color: rgb(48,211,81); }
td.TdClassName
{
border-color: #30D351;
}
.TagClassName
{
border-color: #30D351;
}
</style>