Shades of Lime Green #30DA2C
Tints of Lime Green #30DA2C
RGB
CMYK
RGB Variations
Color information
#30DA2C (or 0x30DA2C) is known color: Lime Green. HEX triplet: 30, DA and 2C. RGB value is (48,218,44). Sum of RGB (Red+Green+Blue) = 48+218+44=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 218 (85.55% from 255 or 70.32% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DA2C is #CF25D3. Grayscale: #939393. Windows color (decimal): -13575636 or 2939440. OLE color: 2939440.
HSL color Cylindrical-coordinate representation of color #30DA2C: hue angle of 118.62º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DA2C is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 44 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.15 |
| HSL | 118.62º | 0.7% | 0.51% | - |
| HSV(B) | 118.62º | 0.8% | 0.85% | - |
| XYZ | 26.74 | 50.95 | 10.81 | - |
| YUV | 147.33 | 69.68 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 44 | 0.78 | 0 | 0.80 | 0.15 | 118.62 | 0.7 | 0.51 |
| Hex | 30 | DA | 2C | 4E | 0 | 50 | F | 77 | 46 | 33 |
| Octal | 60 | 332 | 54 | 116 | 0 | 120 | 17 | 167 | 106 | 63 |
| Binary | 110000 | 11011010 | 101100 | 1001110 | 0 | 1010000 | 1111 | 1110111 | 1000110 | 110011 |
Color Harmonies of #30DA2C
Complementary color
Monochromatic Colors of #30DA2C
Black with #30DA2C
Text Example
Text Example
White with #30DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DA2C; }
p { color: rgb(48,218,44); }
H1.HeaderClassName
{
color: #30DA2C;
}
.AnyTagClassName
{
color: #30DA2C;
}
</style>
background-color css
<style>
a { background-color: #30DA2C; }
a { background-color: rgb(48,218,44); }
div.DivClassName
{
background-color: #30DA2C;
}
.BgClassName
{
background-color: #30DA2C;
}
</style>
border-color css
<style>
span { border-color: #30DA2C; }
span { border-color: rgb(48,218,44); }
td.TdClassName
{
border-color: #30DA2C;
}
.TagClassName
{
border-color: #30DA2C;
}
</style>