Shades of Lime Green #30B137
Tints of Lime Green #30B137
RGB
CMYK
RGB Variations
Color information
#30B137 (or 0x30B137) is known color: Lime Green. HEX triplet: 30, B1 and 37. RGB value is (48,177,55). Sum of RGB (Red+Green+Blue) = 48+177+55=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 177 (69.53% from 255 or 63.21% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 177 - color contains mainly: green. Hex color #30B137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B137 is #CF4EC8. Grayscale: #7C7C7C. Windows color (decimal): -13586121 or 3649840. OLE color: 3649840.
HSL color Cylindrical-coordinate representation of color #30B137: hue angle of 123.26º 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 #30B137 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 55 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.31 |
| HSL | 123.26º | 0.57% | 0.44% | - |
| HSV(B) | 123.26º | 0.73% | 0.69% | - |
| XYZ | 17.63 | 32.35 | 8.93 | - |
| YUV | 124.52 | 88.76 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 55 | 0.73 | 0 | 0.69 | 0.31 | 123.26 | 0.57 | 0.44 |
| Hex | 30 | B1 | 37 | 49 | 0 | 45 | 1F | 7B | 39 | 2C |
| Octal | 60 | 261 | 67 | 111 | 0 | 105 | 37 | 173 | 71 | 54 |
| Binary | 110000 | 10110001 | 110111 | 1001001 | 0 | 1000101 | 11111 | 1111011 | 111001 | 101100 |
Color Harmonies of #30B137
Complementary color
Monochromatic Colors of #30B137
Black with #30B137
Text Example
Text Example
White with #30B137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B137; }
p { color: rgb(48,177,55); }
H1.HeaderClassName
{
color: #30B137;
}
.AnyTagClassName
{
color: #30B137;
}
</style>
background-color css
<style>
a { background-color: #30B137; }
a { background-color: rgb(48,177,55); }
div.DivClassName
{
background-color: #30B137;
}
.BgClassName
{
background-color: #30B137;
}
</style>
border-color css
<style>
span { border-color: #30B137; }
span { border-color: rgb(48,177,55); }
td.TdClassName
{
border-color: #30B137;
}
.TagClassName
{
border-color: #30B137;
}
</style>