Shades of Lime Green #30B734
Tints of Lime Green #30B734
RGB
CMYK
RGB Variations
Color information
#30B734 (or 0x30B734) is known color: Lime Green. HEX triplet: 30, B7 and 34. RGB value is (48,183,52). Sum of RGB (Red+Green+Blue) = 48+183+52=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #30B734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B734 is #CF48CB. Grayscale: #808080. Windows color (decimal): -13584588 or 3454768. OLE color: 3454768.
HSL color Cylindrical-coordinate representation of color #30B734: hue angle of 121.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B734 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 52 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.28 |
| HSL | 121.78º | 0.58% | 0.45% | - |
| HSV(B) | 121.78º | 0.74% | 0.72% | - |
| XYZ | 18.77 | 34.74 | 8.97 | - |
| YUV | 127.7 | 85.27 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 52 | 0.74 | 0 | 0.72 | 0.28 | 121.78 | 0.58 | 0.45 |
| Hex | 30 | B7 | 34 | 4A | 0 | 48 | 1C | 7A | 3A | 2D |
| Octal | 60 | 267 | 64 | 112 | 0 | 110 | 34 | 172 | 72 | 55 |
| Binary | 110000 | 10110111 | 110100 | 1001010 | 0 | 1001000 | 11100 | 1111010 | 111010 | 101101 |
Color Harmonies of #30B734
Complementary color
Monochromatic Colors of #30B734
Black with #30B734
Text Example
Text Example
White with #30B734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B734; }
p { color: rgb(48,183,52); }
H1.HeaderClassName
{
color: #30B734;
}
.AnyTagClassName
{
color: #30B734;
}
</style>
background-color css
<style>
a { background-color: #30B734; }
a { background-color: rgb(48,183,52); }
div.DivClassName
{
background-color: #30B734;
}
.BgClassName
{
background-color: #30B734;
}
</style>
border-color css
<style>
span { border-color: #30B734; }
span { border-color: rgb(48,183,52); }
td.TdClassName
{
border-color: #30B734;
}
.TagClassName
{
border-color: #30B734;
}
</style>