Shades of Lime Green #30D228
Tints of Lime Green #30D228
RGB
CMYK
RGB Variations
Color information
#30D228 (or 0x30D228) is known color: Lime Green. HEX triplet: 30, D2 and 28. RGB value is (48,210,40). Sum of RGB (Red+Green+Blue) = 48+210+40=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 210 (82.42% from 255 or 70.47% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 210 - color contains mainly: green. Hex color #30D228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D228 is #CF2DD7. Grayscale: #8E8E8E. Windows color (decimal): -13577688 or 2675248. OLE color: 2675248.
HSL color Cylindrical-coordinate representation of color #30D228: hue angle of 117.18º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30D228 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 40 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.18 |
| HSL | 117.18º | 0.68% | 0.49% | - |
| HSV(B) | 117.18º | 0.81% | 0.82% | - |
| XYZ | 24.65 | 46.87 | 9.76 | - |
| YUV | 142.18 | 70.33 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 40 | 0.77 | 0 | 0.81 | 0.18 | 117.18 | 0.68 | 0.49 |
| Hex | 30 | D2 | 28 | 4D | 0 | 51 | 12 | 75 | 44 | 31 |
| Octal | 60 | 322 | 50 | 115 | 0 | 121 | 22 | 165 | 104 | 61 |
| Binary | 110000 | 11010010 | 101000 | 1001101 | 0 | 1010001 | 10010 | 1110101 | 1000100 | 110001 |
Color Harmonies of #30D228
Complementary color
Monochromatic Colors of #30D228
Black with #30D228
Text Example
Text Example
White with #30D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D228; }
p { color: rgb(48,210,40); }
H1.HeaderClassName
{
color: #30D228;
}
.AnyTagClassName
{
color: #30D228;
}
</style>
background-color css
<style>
a { background-color: #30D228; }
a { background-color: rgb(48,210,40); }
div.DivClassName
{
background-color: #30D228;
}
.BgClassName
{
background-color: #30D228;
}
</style>
border-color css
<style>
span { border-color: #30D228; }
span { border-color: rgb(48,210,40); }
td.TdClassName
{
border-color: #30D228;
}
.TagClassName
{
border-color: #30D228;
}
</style>