Shades of Lime Green #30B236
Tints of Lime Green #30B236
RGB
CMYK
RGB Variations
Color information
#30B236 (or 0x30B236) is known color: Lime Green. HEX triplet: 30, B2 and 36. RGB value is (48,178,54). Sum of RGB (Red+Green+Blue) = 48+178+54=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #30B236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B236 is #CF4DC9. Grayscale: #7D7D7D. Windows color (decimal): -13585866 or 3584560. OLE color: 3584560.
HSL color Cylindrical-coordinate representation of color #30B236: hue angle of 122.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B236 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 54 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.30 |
| HSL | 122.77º | 0.58% | 0.44% | - |
| HSV(B) | 122.77º | 0.73% | 0.7% | - |
| XYZ | 17.81 | 32.74 | 8.87 | - |
| YUV | 124.99 | 87.93 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 54 | 0.73 | 0 | 0.70 | 0.30 | 122.77 | 0.58 | 0.44 |
| Hex | 30 | B2 | 36 | 49 | 0 | 46 | 1E | 7B | 3A | 2C |
| Octal | 60 | 262 | 66 | 111 | 0 | 106 | 36 | 173 | 72 | 54 |
| Binary | 110000 | 10110010 | 110110 | 1001001 | 0 | 1000110 | 11110 | 1111011 | 111010 | 101100 |
Color Harmonies of #30B236
Complementary color
Monochromatic Colors of #30B236
Black with #30B236
Text Example
Text Example
White with #30B236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B236; }
p { color: rgb(48,178,54); }
H1.HeaderClassName
{
color: #30B236;
}
.AnyTagClassName
{
color: #30B236;
}
</style>
background-color css
<style>
a { background-color: #30B236; }
a { background-color: rgb(48,178,54); }
div.DivClassName
{
background-color: #30B236;
}
.BgClassName
{
background-color: #30B236;
}
</style>
border-color css
<style>
span { border-color: #30B236; }
span { border-color: rgb(48,178,54); }
td.TdClassName
{
border-color: #30B236;
}
.TagClassName
{
border-color: #30B236;
}
</style>