Shades of Lime Green #30B925
Tints of Lime Green #30B925
RGB
CMYK
RGB Variations
Color information
#30B925 (or 0x30B925) is known color: Lime Green. HEX triplet: 30, B9 and 25. RGB value is (48,185,37). Sum of RGB (Red+Green+Blue) = 48+185+37=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 185 (72.66% from 255 or 68.52% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 185 - color contains mainly: green. Hex color #30B925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B925 is #CF46DA. Grayscale: #7F7F7F. Windows color (decimal): -13584091 or 2472240. OLE color: 2472240.
HSL color Cylindrical-coordinate representation of color #30B925: hue angle of 115.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30B925 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 37 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.27 |
| HSL | 115.54º | 0.67% | 0.44% | - |
| HSV(B) | 115.54º | 0.8% | 0.73% | - |
| XYZ | 18.9 | 35.46 | 7.6 | - |
| YUV | 127.17 | 77.11 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 37 | 0.74 | 0 | 0.80 | 0.27 | 115.54 | 0.67 | 0.44 |
| Hex | 30 | B9 | 25 | 4A | 0 | 50 | 1B | 74 | 43 | 2C |
| Octal | 60 | 271 | 45 | 112 | 0 | 120 | 33 | 164 | 103 | 54 |
| Binary | 110000 | 10111001 | 100101 | 1001010 | 0 | 1010000 | 11011 | 1110100 | 1000011 | 101100 |
Color Harmonies of #30B925
Complementary color
Monochromatic Colors of #30B925
Black with #30B925
Text Example
Text Example
White with #30B925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B925; }
p { color: rgb(48,185,37); }
H1.HeaderClassName
{
color: #30B925;
}
.AnyTagClassName
{
color: #30B925;
}
</style>
background-color css
<style>
a { background-color: #30B925; }
a { background-color: rgb(48,185,37); }
div.DivClassName
{
background-color: #30B925;
}
.BgClassName
{
background-color: #30B925;
}
</style>
border-color css
<style>
span { border-color: #30B925; }
span { border-color: rgb(48,185,37); }
td.TdClassName
{
border-color: #30B925;
}
.TagClassName
{
border-color: #30B925;
}
</style>