Shades of Lime Green #30BD4A
Tints of Lime Green #30BD4A
RGB
CMYK
RGB Variations
Color information
#30BD4A (or 0x30BD4A) is known color: Lime Green. HEX triplet: 30, BD and 4A. RGB value is (48,189,74). Sum of RGB (Red+Green+Blue) = 48+189+74=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD4A is #CF42B5. Grayscale: #868686. Windows color (decimal): -13583030 or 4898096. OLE color: 4898096.
HSL color Cylindrical-coordinate representation of color #30BD4A: hue angle of 131.06º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD4A is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 74 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.26 |
| HSL | 131.06º | 0.59% | 0.46% | - |
| HSV(B) | 131.06º | 0.75% | 0.74% | - |
| XYZ | 20.65 | 37.52 | 12.63 | - |
| YUV | 133.73 | 94.29 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 74 | 0.75 | 0 | 0.61 | 0.26 | 131.06 | 0.59 | 0.46 |
| Hex | 30 | BD | 4A | 4B | 0 | 3D | 1A | 83 | 3B | 2E |
| Octal | 60 | 275 | 112 | 113 | 0 | 75 | 32 | 203 | 73 | 56 |
| Binary | 110000 | 10111101 | 1001010 | 1001011 | 0 | 111101 | 11010 | 10000011 | 111011 | 101110 |
Color Harmonies of #30BD4A
Complementary color
Monochromatic Colors of #30BD4A
Black with #30BD4A
Text Example
Text Example
White with #30BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD4A; }
p { color: rgb(48,189,74); }
H1.HeaderClassName
{
color: #30BD4A;
}
.AnyTagClassName
{
color: #30BD4A;
}
</style>
background-color css
<style>
a { background-color: #30BD4A; }
a { background-color: rgb(48,189,74); }
div.DivClassName
{
background-color: #30BD4A;
}
.BgClassName
{
background-color: #30BD4A;
}
</style>
border-color css
<style>
span { border-color: #30BD4A; }
span { border-color: rgb(48,189,74); }
td.TdClassName
{
border-color: #30BD4A;
}
.TagClassName
{
border-color: #30BD4A;
}
</style>