Shades of Lime Green #30B140
Tints of Lime Green #30B140
RGB
CMYK
RGB Variations
Color information
#30B140 (or 0x30B140) is known color: Lime Green. HEX triplet: 30, B1 and 40. RGB value is (48,177,64). Sum of RGB (Red+Green+Blue) = 48+177+64=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 177 (69.53% from 255 or 61.25% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 177 - color contains mainly: green. Hex color #30B140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B140 is #CF4EBF. Grayscale: #7D7D7D. Windows color (decimal): -13586112 or 4239664. OLE color: 4239664.
HSL color Cylindrical-coordinate representation of color #30B140: hue angle of 127.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B140 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 64 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.31 |
| HSL | 127.44º | 0.57% | 0.44% | - |
| HSV(B) | 127.44º | 0.73% | 0.69% | - |
| XYZ | 17.87 | 32.44 | 10.17 | - |
| YUV | 125.55 | 93.26 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 64 | 0.73 | 0 | 0.64 | 0.31 | 127.44 | 0.57 | 0.44 |
| Hex | 30 | B1 | 40 | 49 | 0 | 40 | 1F | 7F | 39 | 2C |
| Octal | 60 | 261 | 100 | 111 | 0 | 100 | 37 | 177 | 71 | 54 |
| Binary | 110000 | 10110001 | 1000000 | 1001001 | 0 | 1000000 | 11111 | 1111111 | 111001 | 101100 |
Color Harmonies of #30B140
Complementary color
Monochromatic Colors of #30B140
Black with #30B140
Text Example
Text Example
White with #30B140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B140; }
p { color: rgb(48,177,64); }
H1.HeaderClassName
{
color: #30B140;
}
.AnyTagClassName
{
color: #30B140;
}
</style>
background-color css
<style>
a { background-color: #30B140; }
a { background-color: rgb(48,177,64); }
div.DivClassName
{
background-color: #30B140;
}
.BgClassName
{
background-color: #30B140;
}
</style>
border-color css
<style>
span { border-color: #30B140; }
span { border-color: rgb(48,177,64); }
td.TdClassName
{
border-color: #30B140;
}
.TagClassName
{
border-color: #30B140;
}
</style>