Shades of Lime Green #30BD2A
Tints of Lime Green #30BD2A
RGB
CMYK
RGB Variations
Color information
#30BD2A (or 0x30BD2A) is known color: Lime Green. HEX triplet: 30, BD and 2A. RGB value is (48,189,42). Sum of RGB (Red+Green+Blue) = 48+189+42=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 189 (74.22% from 255 or 67.74% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD2A is #CF42D5. Grayscale: #828282. Windows color (decimal): -13583062 or 2800944. OLE color: 2800944.
HSL color Cylindrical-coordinate representation of color #30BD2A: hue angle of 117.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BD2A is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 42 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.26 |
| HSL | 117.55º | 0.64% | 0.45% | - |
| HSV(B) | 117.55º | 0.78% | 0.74% | - |
| XYZ | 19.83 | 37.19 | 8.32 | - |
| YUV | 130.08 | 78.29 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 42 | 0.75 | 0 | 0.78 | 0.26 | 117.55 | 0.64 | 0.45 |
| Hex | 30 | BD | 2A | 4B | 0 | 4E | 1A | 76 | 40 | 2D |
| Octal | 60 | 275 | 52 | 113 | 0 | 116 | 32 | 166 | 100 | 55 |
| Binary | 110000 | 10111101 | 101010 | 1001011 | 0 | 1001110 | 11010 | 1110110 | 1000000 | 101101 |
Color Harmonies of #30BD2A
Complementary color
Monochromatic Colors of #30BD2A
Black with #30BD2A
Text Example
Text Example
White with #30BD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD2A; }
p { color: rgb(48,189,42); }
H1.HeaderClassName
{
color: #30BD2A;
}
.AnyTagClassName
{
color: #30BD2A;
}
</style>
background-color css
<style>
a { background-color: #30BD2A; }
a { background-color: rgb(48,189,42); }
div.DivClassName
{
background-color: #30BD2A;
}
.BgClassName
{
background-color: #30BD2A;
}
</style>
border-color css
<style>
span { border-color: #30BD2A; }
span { border-color: rgb(48,189,42); }
td.TdClassName
{
border-color: #30BD2A;
}
.TagClassName
{
border-color: #30BD2A;
}
</style>