Shades of Lime Green #30B028
Tints of Lime Green #30B028
RGB
CMYK
RGB Variations
Color information
#30B028 (or 0x30B028) is known color: Lime Green. HEX triplet: 30, B0 and 28. RGB value is (48,176,40). Sum of RGB (Red+Green+Blue) = 48+176+40=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 176 (69.14% from 255 or 66.67% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 176 - color contains mainly: green. Hex color #30B028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B028 is #CF4FD7. Grayscale: #7A7A7A. Windows color (decimal): -13586392 or 2666544. OLE color: 2666544.
HSL color Cylindrical-coordinate representation of color #30B028: hue angle of 116.47º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30B028 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 176 | 40 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.31 |
| HSL | 116.47º | 0.63% | 0.42% | - |
| HSV(B) | 116.47º | 0.77% | 0.69% | - |
| XYZ | 17.13 | 31.83 | 7.25 | - |
| YUV | 122.22 | 81.59 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 40 | 0.73 | 0 | 0.77 | 0.31 | 116.47 | 0.63 | 0.42 |
| Hex | 30 | B0 | 28 | 49 | 0 | 4D | 1F | 74 | 3F | 2A |
| Octal | 60 | 260 | 50 | 111 | 0 | 115 | 37 | 164 | 77 | 52 |
| Binary | 110000 | 10110000 | 101000 | 1001001 | 0 | 1001101 | 11111 | 1110100 | 111111 | 101010 |
Color Harmonies of #30B028
Complementary color
Monochromatic Colors of #30B028
Black with #30B028
Text Example
Text Example
White with #30B028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B028; }
p { color: rgb(48,176,40); }
H1.HeaderClassName
{
color: #30B028;
}
.AnyTagClassName
{
color: #30B028;
}
</style>
background-color css
<style>
a { background-color: #30B028; }
a { background-color: rgb(48,176,40); }
div.DivClassName
{
background-color: #30B028;
}
.BgClassName
{
background-color: #30B028;
}
</style>
border-color css
<style>
span { border-color: #30B028; }
span { border-color: rgb(48,176,40); }
td.TdClassName
{
border-color: #30B028;
}
.TagClassName
{
border-color: #30B028;
}
</style>