Shades of Lime Green #30B127
Tints of Lime Green #30B127
RGB
CMYK
RGB Variations
Color information
#30B127 (or 0x30B127) is known color: Lime Green. HEX triplet: 30, B1 and 27. RGB value is (48,177,39). Sum of RGB (Red+Green+Blue) = 48+177+39=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 177 (69.53% from 255 or 67.05% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 177 - color contains mainly: green. Hex color #30B127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B127 is #CF4ED8. Grayscale: #7B7B7B. Windows color (decimal): -13586137 or 2601264. OLE color: 2601264.
HSL color Cylindrical-coordinate representation of color #30B127: hue angle of 116.09º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30B127 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 39 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.31 |
| HSL | 116.09º | 0.64% | 0.42% | - |
| HSV(B) | 116.09º | 0.78% | 0.69% | - |
| XYZ | 17.31 | 32.22 | 7.23 | - |
| YUV | 122.7 | 80.76 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 39 | 0.73 | 0 | 0.78 | 0.31 | 116.09 | 0.64 | 0.42 |
| Hex | 30 | B1 | 27 | 49 | 0 | 4E | 1F | 74 | 40 | 2A |
| Octal | 60 | 261 | 47 | 111 | 0 | 116 | 37 | 164 | 100 | 52 |
| Binary | 110000 | 10110001 | 100111 | 1001001 | 0 | 1001110 | 11111 | 1110100 | 1000000 | 101010 |
Color Harmonies of #30B127
Complementary color
Monochromatic Colors of #30B127
Black with #30B127
Text Example
Text Example
White with #30B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B127; }
p { color: rgb(48,177,39); }
H1.HeaderClassName
{
color: #30B127;
}
.AnyTagClassName
{
color: #30B127;
}
</style>
background-color css
<style>
a { background-color: #30B127; }
a { background-color: rgb(48,177,39); }
div.DivClassName
{
background-color: #30B127;
}
.BgClassName
{
background-color: #30B127;
}
</style>
border-color css
<style>
span { border-color: #30B127; }
span { border-color: rgb(48,177,39); }
td.TdClassName
{
border-color: #30B127;
}
.TagClassName
{
border-color: #30B127;
}
</style>