Shades of Lime Green #30D84B
Tints of Lime Green #30D84B
RGB
CMYK
RGB Variations
Color information
#30D84B (or 0x30D84B) is known color: Lime Green. HEX triplet: 30, D8 and 4B. RGB value is (48,216,75). Sum of RGB (Red+Green+Blue) = 48+216+75=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #30D84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D84B is #CF27B4. Grayscale: #969696. Windows color (decimal): -13576117 or 4970544. OLE color: 4970544.
HSL color Cylindrical-coordinate representation of color #30D84B: hue angle of 129.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D84B is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 216 | 75 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.15 |
| HSL | 129.64º | 0.68% | 0.52% | - |
| HSV(B) | 129.64º | 0.78% | 0.85% | - |
| XYZ | 27.04 | 50.25 | 14.93 | - |
| YUV | 149.69 | 85.84 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 216 | 75 | 0.78 | 0 | 0.65 | 0.15 | 129.64 | 0.68 | 0.52 |
| Hex | 30 | D8 | 4B | 4E | 0 | 41 | F | 82 | 44 | 34 |
| Octal | 60 | 330 | 113 | 116 | 0 | 101 | 17 | 202 | 104 | 64 |
| Binary | 110000 | 11011000 | 1001011 | 1001110 | 0 | 1000001 | 1111 | 10000010 | 1000100 | 110100 |
Color Harmonies of #30D84B
Complementary color
Monochromatic Colors of #30D84B
Black with #30D84B
Text Example
Text Example
White with #30D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D84B; }
p { color: rgb(48,216,75); }
H1.HeaderClassName
{
color: #30D84B;
}
.AnyTagClassName
{
color: #30D84B;
}
</style>
background-color css
<style>
a { background-color: #30D84B; }
a { background-color: rgb(48,216,75); }
div.DivClassName
{
background-color: #30D84B;
}
.BgClassName
{
background-color: #30D84B;
}
</style>
border-color css
<style>
span { border-color: #30D84B; }
span { border-color: rgb(48,216,75); }
td.TdClassName
{
border-color: #30D84B;
}
.TagClassName
{
border-color: #30D84B;
}
</style>