Shades of Lime Green #30B725
Tints of Lime Green #30B725
RGB
CMYK
RGB Variations
Color information
#30B725 (or 0x30B725) is known color: Lime Green. HEX triplet: 30, B7 and 25. RGB value is (48,183,37). Sum of RGB (Red+Green+Blue) = 48+183+37=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 183 (71.88% from 255 or 68.28% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 183 - color contains mainly: green. Hex color #30B725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B725 is #CF48DA. Grayscale: #7E7E7E. Windows color (decimal): -13584603 or 2471728. OLE color: 2471728.
HSL color Cylindrical-coordinate representation of color #30B725: hue angle of 115.48º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30B725 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 37 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.28 |
| HSL | 115.48º | 0.66% | 0.43% | - |
| HSV(B) | 115.48º | 0.8% | 0.72% | - |
| XYZ | 18.49 | 34.63 | 7.46 | - |
| YUV | 125.99 | 77.77 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 37 | 0.74 | 0 | 0.80 | 0.28 | 115.48 | 0.66 | 0.43 |
| Hex | 30 | B7 | 25 | 4A | 0 | 50 | 1C | 73 | 42 | 2B |
| Octal | 60 | 267 | 45 | 112 | 0 | 120 | 34 | 163 | 102 | 53 |
| Binary | 110000 | 10110111 | 100101 | 1001010 | 0 | 1010000 | 11100 | 1110011 | 1000010 | 101011 |
Color Harmonies of #30B725
Complementary color
Monochromatic Colors of #30B725
Black with #30B725
Text Example
Text Example
White with #30B725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B725; }
p { color: rgb(48,183,37); }
H1.HeaderClassName
{
color: #30B725;
}
.AnyTagClassName
{
color: #30B725;
}
</style>
background-color css
<style>
a { background-color: #30B725; }
a { background-color: rgb(48,183,37); }
div.DivClassName
{
background-color: #30B725;
}
.BgClassName
{
background-color: #30B725;
}
</style>
border-color css
<style>
span { border-color: #30B725; }
span { border-color: rgb(48,183,37); }
td.TdClassName
{
border-color: #30B725;
}
.TagClassName
{
border-color: #30B725;
}
</style>