Shades of Lime Green #30B134
Tints of Lime Green #30B134
RGB
CMYK
RGB Variations
Color information
#30B134 (or 0x30B134) is known color: Lime Green. HEX triplet: 30, B1 and 34. RGB value is (48,177,52). Sum of RGB (Red+Green+Blue) = 48+177+52=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #30B134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B134 is #CF4ECB. Grayscale: #7C7C7C. Windows color (decimal): -13586124 or 3453232. OLE color: 3453232.
HSL color Cylindrical-coordinate representation of color #30B134: hue angle of 121.86º 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 #30B134 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 52 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.31 |
| HSL | 121.86º | 0.57% | 0.44% | - |
| HSV(B) | 121.86º | 0.73% | 0.69% | - |
| XYZ | 17.56 | 32.32 | 8.56 | - |
| YUV | 124.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 52 | 0.73 | 0 | 0.71 | 0.31 | 121.86 | 0.57 | 0.44 |
| Hex | 30 | B1 | 34 | 49 | 0 | 47 | 1F | 7A | 39 | 2C |
| Octal | 60 | 261 | 64 | 111 | 0 | 107 | 37 | 172 | 71 | 54 |
| Binary | 110000 | 10110001 | 110100 | 1001001 | 0 | 1000111 | 11111 | 1111010 | 111001 | 101100 |
Color Harmonies of #30B134
Complementary color
Monochromatic Colors of #30B134
Black with #30B134
Text Example
Text Example
White with #30B134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B134; }
p { color: rgb(48,177,52); }
H1.HeaderClassName
{
color: #30B134;
}
.AnyTagClassName
{
color: #30B134;
}
</style>
background-color css
<style>
a { background-color: #30B134; }
a { background-color: rgb(48,177,52); }
div.DivClassName
{
background-color: #30B134;
}
.BgClassName
{
background-color: #30B134;
}
</style>
border-color css
<style>
span { border-color: #30B134; }
span { border-color: rgb(48,177,52); }
td.TdClassName
{
border-color: #30B134;
}
.TagClassName
{
border-color: #30B134;
}
</style>