Shades of Lime Green #30D02F
Tints of Lime Green #30D02F
RGB
CMYK
RGB Variations
Color information
#30D02F (or 0x30D02F) is known color: Lime Green. HEX triplet: 30, D0 and 2F. RGB value is (48,208,47). Sum of RGB (Red+Green+Blue) = 48+208+47=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #30D02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D02F is #CF2FD0. Grayscale: #8E8E8E. Windows color (decimal): -13578193 or 3133488. OLE color: 3133488.
HSL color Cylindrical-coordinate representation of color #30D02F: hue angle of 119.63º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D02F is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 47 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.18 |
| HSL | 119.63º | 0.63% | 0.5% | - |
| HSV(B) | 119.63º | 0.77% | 0.82% | - |
| XYZ | 24.29 | 45.95 | 10.28 | - |
| YUV | 141.81 | 74.49 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 47 | 0.77 | 0 | 0.77 | 0.18 | 119.63 | 0.63 | 0.5 |
| Hex | 30 | D0 | 2F | 4D | 0 | 4D | 12 | 78 | 3F | 32 |
| Octal | 60 | 320 | 57 | 115 | 0 | 115 | 22 | 170 | 77 | 62 |
| Binary | 110000 | 11010000 | 101111 | 1001101 | 0 | 1001101 | 10010 | 1111000 | 111111 | 110010 |
Color Harmonies of #30D02F
Complementary color
Monochromatic Colors of #30D02F
Black with #30D02F
Text Example
Text Example
White with #30D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D02F; }
p { color: rgb(48,208,47); }
H1.HeaderClassName
{
color: #30D02F;
}
.AnyTagClassName
{
color: #30D02F;
}
</style>
background-color css
<style>
a { background-color: #30D02F; }
a { background-color: rgb(48,208,47); }
div.DivClassName
{
background-color: #30D02F;
}
.BgClassName
{
background-color: #30D02F;
}
</style>
border-color css
<style>
span { border-color: #30D02F; }
span { border-color: rgb(48,208,47); }
td.TdClassName
{
border-color: #30D02F;
}
.TagClassName
{
border-color: #30D02F;
}
</style>