Shades of Lime Green #30B136
Tints of Lime Green #30B136
RGB
CMYK
RGB Variations
Color information
#30B136 (or 0x30B136) is known color: Lime Green. HEX triplet: 30, B1 and 36. RGB value is (48,177,54). Sum of RGB (Red+Green+Blue) = 48+177+54=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 177 (69.53% from 255 or 63.44% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 177 - color contains mainly: green. Hex color #30B136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B136 is #CF4EC9. Grayscale: #7C7C7C. Windows color (decimal): -13586122 or 3584304. OLE color: 3584304.
HSL color Cylindrical-coordinate representation of color #30B136: hue angle of 122.79º 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 #30B136 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 54 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.31 |
| HSL | 122.79º | 0.57% | 0.44% | - |
| HSV(B) | 122.79º | 0.73% | 0.69% | - |
| XYZ | 17.61 | 32.34 | 8.8 | - |
| YUV | 124.41 | 88.26 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 54 | 0.73 | 0 | 0.69 | 0.31 | 122.79 | 0.57 | 0.44 |
| Hex | 30 | B1 | 36 | 49 | 0 | 45 | 1F | 7B | 39 | 2C |
| Octal | 60 | 261 | 66 | 111 | 0 | 105 | 37 | 173 | 71 | 54 |
| Binary | 110000 | 10110001 | 110110 | 1001001 | 0 | 1000101 | 11111 | 1111011 | 111001 | 101100 |
Color Harmonies of #30B136
Complementary color
Monochromatic Colors of #30B136
Black with #30B136
Text Example
Text Example
White with #30B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B136; }
p { color: rgb(48,177,54); }
H1.HeaderClassName
{
color: #30B136;
}
.AnyTagClassName
{
color: #30B136;
}
</style>
background-color css
<style>
a { background-color: #30B136; }
a { background-color: rgb(48,177,54); }
div.DivClassName
{
background-color: #30B136;
}
.BgClassName
{
background-color: #30B136;
}
</style>
border-color css
<style>
span { border-color: #30B136; }
span { border-color: rgb(48,177,54); }
td.TdClassName
{
border-color: #30B136;
}
.TagClassName
{
border-color: #30B136;
}
</style>