Shades of Lime Green #30BD2C
Tints of Lime Green #30BD2C
RGB
CMYK
RGB Variations
Color information
#30BD2C (or 0x30BD2C) is known color: Lime Green. HEX triplet: 30, BD and 2C. RGB value is (48,189,44). Sum of RGB (Red+Green+Blue) = 48+189+44=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 189 (74.22% from 255 or 67.26% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD2C is #CF42D3. Grayscale: #828282. Windows color (decimal): -13583060 or 2932016. OLE color: 2932016.
HSL color Cylindrical-coordinate representation of color #30BD2C: hue angle of 118.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BD2C is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 44 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.26 |
| HSL | 118.34º | 0.62% | 0.46% | - |
| HSV(B) | 118.34º | 0.77% | 0.74% | - |
| XYZ | 19.87 | 37.21 | 8.52 | - |
| YUV | 130.31 | 79.29 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 44 | 0.75 | 0 | 0.77 | 0.26 | 118.34 | 0.62 | 0.46 |
| Hex | 30 | BD | 2C | 4B | 0 | 4D | 1A | 76 | 3E | 2E |
| Octal | 60 | 275 | 54 | 113 | 0 | 115 | 32 | 166 | 76 | 56 |
| Binary | 110000 | 10111101 | 101100 | 1001011 | 0 | 1001101 | 11010 | 1110110 | 111110 | 101110 |
Color Harmonies of #30BD2C
Complementary color
Monochromatic Colors of #30BD2C
Black with #30BD2C
Text Example
Text Example
White with #30BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD2C; }
p { color: rgb(48,189,44); }
H1.HeaderClassName
{
color: #30BD2C;
}
.AnyTagClassName
{
color: #30BD2C;
}
</style>
background-color css
<style>
a { background-color: #30BD2C; }
a { background-color: rgb(48,189,44); }
div.DivClassName
{
background-color: #30BD2C;
}
.BgClassName
{
background-color: #30BD2C;
}
</style>
border-color css
<style>
span { border-color: #30BD2C; }
span { border-color: rgb(48,189,44); }
td.TdClassName
{
border-color: #30BD2C;
}
.TagClassName
{
border-color: #30BD2C;
}
</style>