Shades of Lime Green #30BD3E
Tints of Lime Green #30BD3E
RGB
CMYK
RGB Variations
Color information
#30BD3E (or 0x30BD3E) is known color: Lime Green. HEX triplet: 30, BD and 3E. RGB value is (48,189,62). Sum of RGB (Red+Green+Blue) = 48+189+62=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD3E is #CF42C1. Grayscale: #848484. Windows color (decimal): -13583042 or 4111664. OLE color: 4111664.
HSL color Cylindrical-coordinate representation of color #30BD3E: hue angle of 125.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD3E is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 62 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.26 |
| HSL | 125.96º | 0.59% | 0.46% | - |
| HSV(B) | 125.96º | 0.75% | 0.74% | - |
| XYZ | 20.29 | 37.37 | 10.7 | - |
| YUV | 132.36 | 88.29 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 62 | 0.75 | 0 | 0.67 | 0.26 | 125.96 | 0.59 | 0.46 |
| Hex | 30 | BD | 3E | 4B | 0 | 43 | 1A | 7E | 3B | 2E |
| Octal | 60 | 275 | 76 | 113 | 0 | 103 | 32 | 176 | 73 | 56 |
| Binary | 110000 | 10111101 | 111110 | 1001011 | 0 | 1000011 | 11010 | 1111110 | 111011 | 101110 |
Color Harmonies of #30BD3E
Complementary color
Monochromatic Colors of #30BD3E
Black with #30BD3E
Text Example
Text Example
White with #30BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD3E; }
p { color: rgb(48,189,62); }
H1.HeaderClassName
{
color: #30BD3E;
}
.AnyTagClassName
{
color: #30BD3E;
}
</style>
background-color css
<style>
a { background-color: #30BD3E; }
a { background-color: rgb(48,189,62); }
div.DivClassName
{
background-color: #30BD3E;
}
.BgClassName
{
background-color: #30BD3E;
}
</style>
border-color css
<style>
span { border-color: #30BD3E; }
span { border-color: rgb(48,189,62); }
td.TdClassName
{
border-color: #30BD3E;
}
.TagClassName
{
border-color: #30BD3E;
}
</style>