Shades of Lime Green #30D253
Tints of Lime Green #30D253
RGB
CMYK
RGB Variations
Color information
#30D253 (or 0x30D253) is known color: Lime Green. HEX triplet: 30, D2 and 53. RGB value is (48,210,83). Sum of RGB (Red+Green+Blue) = 48+210+83=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #30D253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D253 is #CF2DAC. Grayscale: #939393. Windows color (decimal): -13577645 or 5493296. OLE color: 5493296.
HSL color Cylindrical-coordinate representation of color #30D253: hue angle of 132.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D253 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 83 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.18 |
| HSL | 132.96º | 0.64% | 0.51% | - |
| HSV(B) | 132.96º | 0.77% | 0.82% | - |
| XYZ | 25.83 | 47.35 | 15.96 | - |
| YUV | 147.08 | 91.83 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 83 | 0.77 | 0 | 0.60 | 0.18 | 132.96 | 0.64 | 0.51 |
| Hex | 30 | D2 | 53 | 4D | 0 | 3C | 12 | 85 | 40 | 33 |
| Octal | 60 | 322 | 123 | 115 | 0 | 74 | 22 | 205 | 100 | 63 |
| Binary | 110000 | 11010010 | 1010011 | 1001101 | 0 | 111100 | 10010 | 10000101 | 1000000 | 110011 |
Color Harmonies of #30D253
Complementary color
Monochromatic Colors of #30D253
Black with #30D253
Text Example
Text Example
White with #30D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D253; }
p { color: rgb(48,210,83); }
H1.HeaderClassName
{
color: #30D253;
}
.AnyTagClassName
{
color: #30D253;
}
</style>
background-color css
<style>
a { background-color: #30D253; }
a { background-color: rgb(48,210,83); }
div.DivClassName
{
background-color: #30D253;
}
.BgClassName
{
background-color: #30D253;
}
</style>
border-color css
<style>
span { border-color: #30D253; }
span { border-color: rgb(48,210,83); }
td.TdClassName
{
border-color: #30D253;
}
.TagClassName
{
border-color: #30D253;
}
</style>