Shades of Lime Green #30DA2A
Tints of Lime Green #30DA2A
RGB
CMYK
RGB Variations
Color information
#30DA2A (or 0x30DA2A) is known color: Lime Green. HEX triplet: 30, DA and 2A. RGB value is (48,218,42). Sum of RGB (Red+Green+Blue) = 48+218+42=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 218 (85.55% from 255 or 70.78% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DA2A is #CF25D5. Grayscale: #939393. Windows color (decimal): -13575638 or 2808368. OLE color: 2808368.
HSL color Cylindrical-coordinate representation of color #30DA2A: hue angle of 117.95º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30DA2A is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 42 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.15 |
| HSL | 117.95º | 0.7% | 0.51% | - |
| HSV(B) | 117.95º | 0.81% | 0.85% | - |
| XYZ | 26.71 | 50.94 | 10.61 | - |
| YUV | 147.11 | 68.68 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 42 | 0.78 | 0 | 0.81 | 0.15 | 117.95 | 0.7 | 0.51 |
| Hex | 30 | DA | 2A | 4E | 0 | 51 | F | 76 | 46 | 33 |
| Octal | 60 | 332 | 52 | 116 | 0 | 121 | 17 | 166 | 106 | 63 |
| Binary | 110000 | 11011010 | 101010 | 1001110 | 0 | 1010001 | 1111 | 1110110 | 1000110 | 110011 |
Color Harmonies of #30DA2A
Complementary color
Monochromatic Colors of #30DA2A
Black with #30DA2A
Text Example
Text Example
White with #30DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DA2A; }
p { color: rgb(48,218,42); }
H1.HeaderClassName
{
color: #30DA2A;
}
.AnyTagClassName
{
color: #30DA2A;
}
</style>
background-color css
<style>
a { background-color: #30DA2A; }
a { background-color: rgb(48,218,42); }
div.DivClassName
{
background-color: #30DA2A;
}
.BgClassName
{
background-color: #30DA2A;
}
</style>
border-color css
<style>
span { border-color: #30DA2A; }
span { border-color: rgb(48,218,42); }
td.TdClassName
{
border-color: #30DA2A;
}
.TagClassName
{
border-color: #30DA2A;
}
</style>