Shades of Lime Green #30DF3A
Tints of Lime Green #30DF3A
RGB
CMYK
RGB Variations
Color information
#30DF3A (or 0x30DF3A) is known color: Lime Green. HEX triplet: 30, DF and 3A. RGB value is (48,223,58). Sum of RGB (Red+Green+Blue) = 48+223+58=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DF3A is #CF20C5. Grayscale: #989898. Windows color (decimal): -13574342 or 3858224. OLE color: 3858224.
HSL color Cylindrical-coordinate representation of color #30DF3A: hue angle of 123.43º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DF3A is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 58 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.13 |
| HSL | 123.43º | 0.73% | 0.53% | - |
| HSV(B) | 123.43º | 0.78% | 0.87% | - |
| XYZ | 28.37 | 53.71 | 12.87 | - |
| YUV | 151.87 | 75.02 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 58 | 0.78 | 0 | 0.74 | 0.13 | 123.43 | 0.73 | 0.53 |
| Hex | 30 | DF | 3A | 4E | 0 | 4A | D | 7B | 49 | 35 |
| Octal | 60 | 337 | 72 | 116 | 0 | 112 | 15 | 173 | 111 | 65 |
| Binary | 110000 | 11011111 | 111010 | 1001110 | 0 | 1001010 | 1101 | 1111011 | 1001001 | 110101 |
Color Harmonies of #30DF3A
Complementary color
Monochromatic Colors of #30DF3A
Black with #30DF3A
Text Example
Text Example
White with #30DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DF3A; }
p { color: rgb(48,223,58); }
H1.HeaderClassName
{
color: #30DF3A;
}
.AnyTagClassName
{
color: #30DF3A;
}
</style>
background-color css
<style>
a { background-color: #30DF3A; }
a { background-color: rgb(48,223,58); }
div.DivClassName
{
background-color: #30DF3A;
}
.BgClassName
{
background-color: #30DF3A;
}
</style>
border-color css
<style>
span { border-color: #30DF3A; }
span { border-color: rgb(48,223,58); }
td.TdClassName
{
border-color: #30DF3A;
}
.TagClassName
{
border-color: #30DF3A;
}
</style>