Shades of Lime Green #30D238
Tints of Lime Green #30D238
RGB
CMYK
RGB Variations
Color information
#30D238 (or 0x30D238) is known color: Lime Green. HEX triplet: 30, D2 and 38. RGB value is (48,210,56). Sum of RGB (Red+Green+Blue) = 48+210+56=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 210 (82.42% from 255 or 66.88% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 210 - color contains mainly: green. Hex color #30D238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D238 is #CF2DC7. Grayscale: #909090. Windows color (decimal): -13577672 or 3723824. OLE color: 3723824.
HSL color Cylindrical-coordinate representation of color #30D238: hue angle of 122.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 #30D238 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 56 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.18 |
| HSL | 122.96º | 0.64% | 0.51% | - |
| HSV(B) | 122.96º | 0.77% | 0.82% | - |
| XYZ | 24.98 | 47.01 | 11.5 | - |
| YUV | 144.01 | 78.33 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 56 | 0.77 | 0 | 0.73 | 0.18 | 122.96 | 0.64 | 0.51 |
| Hex | 30 | D2 | 38 | 4D | 0 | 49 | 12 | 7B | 40 | 33 |
| Octal | 60 | 322 | 70 | 115 | 0 | 111 | 22 | 173 | 100 | 63 |
| Binary | 110000 | 11010010 | 111000 | 1001101 | 0 | 1001001 | 10010 | 1111011 | 1000000 | 110011 |
Color Harmonies of #30D238
Complementary color
Monochromatic Colors of #30D238
Black with #30D238
Text Example
Text Example
White with #30D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D238; }
p { color: rgb(48,210,56); }
H1.HeaderClassName
{
color: #30D238;
}
.AnyTagClassName
{
color: #30D238;
}
</style>
background-color css
<style>
a { background-color: #30D238; }
a { background-color: rgb(48,210,56); }
div.DivClassName
{
background-color: #30D238;
}
.BgClassName
{
background-color: #30D238;
}
</style>
border-color css
<style>
span { border-color: #30D238; }
span { border-color: rgb(48,210,56); }
td.TdClassName
{
border-color: #30D238;
}
.TagClassName
{
border-color: #30D238;
}
</style>