Shades of Lime Green #30F82D
Tints of Lime Green #30F82D
RGB
CMYK
RGB Variations
Color information
#30F82D (or 0x30F82D) is known color: Lime Green. HEX triplet: 30, F8 and 2D. RGB value is (48,248,45). Sum of RGB (Red+Green+Blue) = 48+248+45=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 248 (97.27% from 255 or 72.73% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 248 - color contains mainly: green. Hex color #30F82D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F82D is #CF07D2. Grayscale: #A5A5A5. Windows color (decimal): -13567955 or 3012656. OLE color: 3012656.
HSL color Cylindrical-coordinate representation of color #30F82D: hue angle of 119.11º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30F82D is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 45 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.03 |
| HSL | 119.11º | 0.94% | 0.57% | - |
| HSV(B) | 119.11º | 0.82% | 0.97% | - |
| XYZ | 35.26 | 67.95 | 13.74 | - |
| YUV | 165.06 | 60.24 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 45 | 0.81 | 0 | 0.82 | 0.03 | 119.11 | 0.94 | 0.57 |
| Hex | 30 | F8 | 2D | 51 | 0 | 52 | 3 | 77 | 5E | 39 |
| Octal | 60 | 370 | 55 | 121 | 0 | 122 | 3 | 167 | 136 | 71 |
| Binary | 110000 | 11111000 | 101101 | 1010001 | 0 | 1010010 | 11 | 1110111 | 1011110 | 111001 |
Color Harmonies of #30F82D
Complementary color
Monochromatic Colors of #30F82D
Black with #30F82D
Text Example
Text Example
White with #30F82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F82D; }
p { color: rgb(48,248,45); }
H1.HeaderClassName
{
color: #30F82D;
}
.AnyTagClassName
{
color: #30F82D;
}
</style>
background-color css
<style>
a { background-color: #30F82D; }
a { background-color: rgb(48,248,45); }
div.DivClassName
{
background-color: #30F82D;
}
.BgClassName
{
background-color: #30F82D;
}
</style>
border-color css
<style>
span { border-color: #30F82D; }
span { border-color: rgb(48,248,45); }
td.TdClassName
{
border-color: #30F82D;
}
.TagClassName
{
border-color: #30F82D;
}
</style>