Shades of Lime Green #30D331
Tints of Lime Green #30D331
RGB
CMYK
RGB Variations
Color information
#30D331 (or 0x30D331) is known color: Lime Green. HEX triplet: 30, D3 and 31. RGB value is (48,211,49). Sum of RGB (Red+Green+Blue) = 48+211+49=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 211 (82.81% from 255 or 68.51% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 211 - color contains mainly: green. Hex color #30D331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D331 is #CF2CCE. Grayscale: #909090. Windows color (decimal): -13577423 or 3265328. OLE color: 3265328.
HSL color Cylindrical-coordinate representation of color #30D331: hue angle of 120.37º 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 #30D331 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 49 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.17 |
| HSL | 120.37º | 0.65% | 0.51% | - |
| HSV(B) | 120.37º | 0.77% | 0.83% | - |
| XYZ | 25.07 | 47.44 | 10.74 | - |
| YUV | 143.8 | 74.5 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 49 | 0.77 | 0 | 0.77 | 0.17 | 120.37 | 0.65 | 0.51 |
| Hex | 30 | D3 | 31 | 4D | 0 | 4D | 11 | 78 | 41 | 33 |
| Octal | 60 | 323 | 61 | 115 | 0 | 115 | 21 | 170 | 101 | 63 |
| Binary | 110000 | 11010011 | 110001 | 1001101 | 0 | 1001101 | 10001 | 1111000 | 1000001 | 110011 |
Color Harmonies of #30D331
Complementary color
Monochromatic Colors of #30D331
Black with #30D331
Text Example
Text Example
White with #30D331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D331; }
p { color: rgb(48,211,49); }
H1.HeaderClassName
{
color: #30D331;
}
.AnyTagClassName
{
color: #30D331;
}
</style>
background-color css
<style>
a { background-color: #30D331; }
a { background-color: rgb(48,211,49); }
div.DivClassName
{
background-color: #30D331;
}
.BgClassName
{
background-color: #30D331;
}
</style>
border-color css
<style>
span { border-color: #30D331; }
span { border-color: rgb(48,211,49); }
td.TdClassName
{
border-color: #30D331;
}
.TagClassName
{
border-color: #30D331;
}
</style>