Shades of Lime Green #30DA26
Tints of Lime Green #30DA26
RGB
CMYK
RGB Variations
Color information
#30DA26 (or 0x30DA26) is known color: Lime Green. HEX triplet: 30, DA and 26. RGB value is (48,218,38). Sum of RGB (Red+Green+Blue) = 48+218+38=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DA26 is #CF25D9. Grayscale: #939393. Windows color (decimal): -13575642 or 2546224. OLE color: 2546224.
HSL color Cylindrical-coordinate representation of color #30DA26: hue angle of 116.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30DA26 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 38 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.15 |
| HSL | 116.67º | 0.71% | 0.5% | - |
| HSV(B) | 116.67º | 0.83% | 0.85% | - |
| XYZ | 26.64 | 50.91 | 10.26 | - |
| YUV | 146.65 | 66.68 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 38 | 0.78 | 0 | 0.83 | 0.15 | 116.67 | 0.71 | 0.5 |
| Hex | 30 | DA | 26 | 4E | 0 | 53 | F | 75 | 47 | 32 |
| Octal | 60 | 332 | 46 | 116 | 0 | 123 | 17 | 165 | 107 | 62 |
| Binary | 110000 | 11011010 | 100110 | 1001110 | 0 | 1010011 | 1111 | 1110101 | 1000111 | 110010 |
Color Harmonies of #30DA26
Complementary color
Monochromatic Colors of #30DA26
Black with #30DA26
Text Example
Text Example
White with #30DA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DA26; }
p { color: rgb(48,218,38); }
H1.HeaderClassName
{
color: #30DA26;
}
.AnyTagClassName
{
color: #30DA26;
}
</style>
background-color css
<style>
a { background-color: #30DA26; }
a { background-color: rgb(48,218,38); }
div.DivClassName
{
background-color: #30DA26;
}
.BgClassName
{
background-color: #30DA26;
}
</style>
border-color css
<style>
span { border-color: #30DA26; }
span { border-color: rgb(48,218,38); }
td.TdClassName
{
border-color: #30DA26;
}
.TagClassName
{
border-color: #30DA26;
}
</style>