Shades of Lime Green #30B225
Tints of Lime Green #30B225
RGB
CMYK
RGB Variations
Color information
#30B225 (or 0x30B225) is known color: Lime Green. HEX triplet: 30, B2 and 25. RGB value is (48,178,37). Sum of RGB (Red+Green+Blue) = 48+178+37=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 178 (69.92% from 255 or 67.68% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 178 - color contains mainly: green. Hex color #30B225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B225 is #CF4DDA. Grayscale: #7B7B7B. Windows color (decimal): -13585883 or 2470448. OLE color: 2470448.
HSL color Cylindrical-coordinate representation of color #30B225: hue angle of 115.32º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30B225 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 37 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.30 |
| HSL | 115.32º | 0.66% | 0.42% | - |
| HSV(B) | 115.32º | 0.79% | 0.7% | - |
| XYZ | 17.47 | 32.6 | 7.12 | - |
| YUV | 123.06 | 79.43 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 37 | 0.73 | 0 | 0.79 | 0.30 | 115.32 | 0.66 | 0.42 |
| Hex | 30 | B2 | 25 | 49 | 0 | 4F | 1E | 73 | 42 | 2A |
| Octal | 60 | 262 | 45 | 111 | 0 | 117 | 36 | 163 | 102 | 52 |
| Binary | 110000 | 10110010 | 100101 | 1001001 | 0 | 1001111 | 11110 | 1110011 | 1000010 | 101010 |
Color Harmonies of #30B225
Complementary color
Monochromatic Colors of #30B225
Black with #30B225
Text Example
Text Example
White with #30B225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B225; }
p { color: rgb(48,178,37); }
H1.HeaderClassName
{
color: #30B225;
}
.AnyTagClassName
{
color: #30B225;
}
</style>
background-color css
<style>
a { background-color: #30B225; }
a { background-color: rgb(48,178,37); }
div.DivClassName
{
background-color: #30B225;
}
.BgClassName
{
background-color: #30B225;
}
</style>
border-color css
<style>
span { border-color: #30B225; }
span { border-color: rgb(48,178,37); }
td.TdClassName
{
border-color: #30B225;
}
.TagClassName
{
border-color: #30B225;
}
</style>