Shades of Lime Green #30B744
Tints of Lime Green #30B744
RGB
CMYK
RGB Variations
Color information
#30B744 (or 0x30B744) is known color: Lime Green. HEX triplet: 30, B7 and 44. RGB value is (48,183,68). Sum of RGB (Red+Green+Blue) = 48+183+68=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #30B744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B744 is #CF48BB. Grayscale: #818181. Windows color (decimal): -13584572 or 4503344. OLE color: 4503344.
HSL color Cylindrical-coordinate representation of color #30B744: hue angle of 128.89º 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 #30B744 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 68 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.28 |
| HSL | 128.89º | 0.58% | 0.45% | - |
| HSV(B) | 128.89º | 0.74% | 0.72% | - |
| XYZ | 19.2 | 34.91 | 11.2 | - |
| YUV | 129.53 | 93.27 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 68 | 0.74 | 0 | 0.63 | 0.28 | 128.89 | 0.58 | 0.45 |
| Hex | 30 | B7 | 44 | 4A | 0 | 3F | 1C | 81 | 3A | 2D |
| Octal | 60 | 267 | 104 | 112 | 0 | 77 | 34 | 201 | 72 | 55 |
| Binary | 110000 | 10110111 | 1000100 | 1001010 | 0 | 111111 | 11100 | 10000001 | 111010 | 101101 |
Color Harmonies of #30B744
Complementary color
Monochromatic Colors of #30B744
Black with #30B744
Text Example
Text Example
White with #30B744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B744; }
p { color: rgb(48,183,68); }
H1.HeaderClassName
{
color: #30B744;
}
.AnyTagClassName
{
color: #30B744;
}
</style>
background-color css
<style>
a { background-color: #30B744; }
a { background-color: rgb(48,183,68); }
div.DivClassName
{
background-color: #30B744;
}
.BgClassName
{
background-color: #30B744;
}
</style>
border-color css
<style>
span { border-color: #30B744; }
span { border-color: rgb(48,183,68); }
td.TdClassName
{
border-color: #30B744;
}
.TagClassName
{
border-color: #30B744;
}
</style>