Shades of Lime Green #30DA2D
Tints of Lime Green #30DA2D
RGB
CMYK
RGB Variations
Color information
#30DA2D (or 0x30DA2D) is known color: Lime Green. HEX triplet: 30, DA and 2D. RGB value is (48,218,45). Sum of RGB (Red+Green+Blue) = 48+218+45=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 218 (85.55% from 255 or 70.10% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DA2D is #CF25D2. Grayscale: #939393. Windows color (decimal): -13575635 or 3004976. OLE color: 3004976.
HSL color Cylindrical-coordinate representation of color #30DA2D: hue angle of 118.96º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DA2D is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 45 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.15 |
| HSL | 118.96º | 0.7% | 0.52% | - |
| HSV(B) | 118.96º | 0.79% | 0.85% | - |
| XYZ | 26.76 | 50.96 | 10.91 | - |
| YUV | 147.45 | 70.18 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 45 | 0.78 | 0 | 0.79 | 0.15 | 118.96 | 0.7 | 0.52 |
| Hex | 30 | DA | 2D | 4E | 0 | 4F | F | 77 | 46 | 34 |
| Octal | 60 | 332 | 55 | 116 | 0 | 117 | 17 | 167 | 106 | 64 |
| Binary | 110000 | 11011010 | 101101 | 1001110 | 0 | 1001111 | 1111 | 1110111 | 1000110 | 110100 |
Color Harmonies of #30DA2D
Complementary color
Monochromatic Colors of #30DA2D
Black with #30DA2D
Text Example
Text Example
White with #30DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DA2D; }
p { color: rgb(48,218,45); }
H1.HeaderClassName
{
color: #30DA2D;
}
.AnyTagClassName
{
color: #30DA2D;
}
</style>
background-color css
<style>
a { background-color: #30DA2D; }
a { background-color: rgb(48,218,45); }
div.DivClassName
{
background-color: #30DA2D;
}
.BgClassName
{
background-color: #30DA2D;
}
</style>
border-color css
<style>
span { border-color: #30DA2D; }
span { border-color: rgb(48,218,45); }
td.TdClassName
{
border-color: #30DA2D;
}
.TagClassName
{
border-color: #30DA2D;
}
</style>