Shades of Lime Green #30BD1D
Tints of Lime Green #30BD1D
RGB
CMYK
RGB Variations
Color information
#30BD1D (or 0x30BD1D) is known color: Lime Green. HEX triplet: 30, BD and 1D. RGB value is (48,189,29). Sum of RGB (Red+Green+Blue) = 48+189+29=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 189 (74.22% from 255 or 71.05% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD1D is #CF42E2. Grayscale: #818181. Windows color (decimal): -13583075 or 1948976. OLE color: 1948976.
HSL color Cylindrical-coordinate representation of color #30BD1D: hue angle of 112.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30BD1D is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 29 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.26 |
| HSL | 112.88º | 0.73% | 0.43% | - |
| HSV(B) | 112.88º | 0.85% | 0.74% | - |
| XYZ | 19.64 | 37.11 | 7.29 | - |
| YUV | 128.6 | 71.79 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 29 | 0.75 | 0 | 0.85 | 0.26 | 112.88 | 0.73 | 0.43 |
| Hex | 30 | BD | 1D | 4B | 0 | 55 | 1A | 71 | 49 | 2B |
| Octal | 60 | 275 | 35 | 113 | 0 | 125 | 32 | 161 | 111 | 53 |
| Binary | 110000 | 10111101 | 11101 | 1001011 | 0 | 1010101 | 11010 | 1110001 | 1001001 | 101011 |
Color Harmonies of #30BD1D
Complementary color
Monochromatic Colors of #30BD1D
Black with #30BD1D
Text Example
Text Example
White with #30BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD1D; }
p { color: rgb(48,189,29); }
H1.HeaderClassName
{
color: #30BD1D;
}
.AnyTagClassName
{
color: #30BD1D;
}
</style>
background-color css
<style>
a { background-color: #30BD1D; }
a { background-color: rgb(48,189,29); }
div.DivClassName
{
background-color: #30BD1D;
}
.BgClassName
{
background-color: #30BD1D;
}
</style>
border-color css
<style>
span { border-color: #30BD1D; }
span { border-color: rgb(48,189,29); }
td.TdClassName
{
border-color: #30BD1D;
}
.TagClassName
{
border-color: #30BD1D;
}
</style>