Shades of Lime Green #30DA3A
Tints of Lime Green #30DA3A
RGB
CMYK
RGB Variations
Color information
#30DA3A (or 0x30DA3A) is known color: Lime Green. HEX triplet: 30, DA and 3A. RGB value is (48,218,58). Sum of RGB (Red+Green+Blue) = 48+218+58=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DA3A is #CF25C5. Grayscale: #959595. Windows color (decimal): -13575622 or 3856944. OLE color: 3856944.
HSL color Cylindrical-coordinate representation of color #30DA3A: hue angle of 123.53º degrees, saturation: 0.7, 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 #30DA3A is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 58 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.15 |
| HSL | 123.53º | 0.7% | 0.52% | - |
| HSV(B) | 123.53º | 0.78% | 0.85% | - |
| XYZ | 27.05 | 51.08 | 12.44 | - |
| YUV | 148.93 | 76.68 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 58 | 0.78 | 0 | 0.73 | 0.15 | 123.53 | 0.7 | 0.52 |
| Hex | 30 | DA | 3A | 4E | 0 | 49 | F | 7C | 46 | 34 |
| Octal | 60 | 332 | 72 | 116 | 0 | 111 | 17 | 174 | 106 | 64 |
| Binary | 110000 | 11011010 | 111010 | 1001110 | 0 | 1001001 | 1111 | 1111100 | 1000110 | 110100 |
Color Harmonies of #30DA3A
Complementary color
Monochromatic Colors of #30DA3A
Black with #30DA3A
Text Example
Text Example
White with #30DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DA3A; }
p { color: rgb(48,218,58); }
H1.HeaderClassName
{
color: #30DA3A;
}
.AnyTagClassName
{
color: #30DA3A;
}
</style>
background-color css
<style>
a { background-color: #30DA3A; }
a { background-color: rgb(48,218,58); }
div.DivClassName
{
background-color: #30DA3A;
}
.BgClassName
{
background-color: #30DA3A;
}
</style>
border-color css
<style>
span { border-color: #30DA3A; }
span { border-color: rgb(48,218,58); }
td.TdClassName
{
border-color: #30DA3A;
}
.TagClassName
{
border-color: #30DA3A;
}
</style>