Shades of Lime Green #30B12D
Tints of Lime Green #30B12D
RGB
CMYK
RGB Variations
Color information
#30B12D (or 0x30B12D) is known color: Lime Green. HEX triplet: 30, B1 and 2D. RGB value is (48,177,45). Sum of RGB (Red+Green+Blue) = 48+177+45=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 177 (69.53% from 255 or 65.56% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 177 - color contains mainly: green. Hex color #30B12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B12D is #CF4ED2. Grayscale: #7B7B7B. Windows color (decimal): -13586131 or 2994480. OLE color: 2994480.
HSL color Cylindrical-coordinate representation of color #30B12D: hue angle of 118.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30B12D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 45 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.31 |
| HSL | 118.64º | 0.59% | 0.44% | - |
| HSV(B) | 118.64º | 0.75% | 0.69% | - |
| XYZ | 17.41 | 32.26 | 7.79 | - |
| YUV | 123.38 | 83.76 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 45 | 0.73 | 0 | 0.75 | 0.31 | 118.64 | 0.59 | 0.44 |
| Hex | 30 | B1 | 2D | 49 | 0 | 4B | 1F | 77 | 3B | 2C |
| Octal | 60 | 261 | 55 | 111 | 0 | 113 | 37 | 167 | 73 | 54 |
| Binary | 110000 | 10110001 | 101101 | 1001001 | 0 | 1001011 | 11111 | 1110111 | 111011 | 101100 |
Color Harmonies of #30B12D
Complementary color
Monochromatic Colors of #30B12D
Black with #30B12D
Text Example
Text Example
White with #30B12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B12D; }
p { color: rgb(48,177,45); }
H1.HeaderClassName
{
color: #30B12D;
}
.AnyTagClassName
{
color: #30B12D;
}
</style>
background-color css
<style>
a { background-color: #30B12D; }
a { background-color: rgb(48,177,45); }
div.DivClassName
{
background-color: #30B12D;
}
.BgClassName
{
background-color: #30B12D;
}
</style>
border-color css
<style>
span { border-color: #30B12D; }
span { border-color: rgb(48,177,45); }
td.TdClassName
{
border-color: #30B12D;
}
.TagClassName
{
border-color: #30B12D;
}
</style>