Shades of Lime Green #30BD3C
Tints of Lime Green #30BD3C
RGB
CMYK
RGB Variations
Color information
#30BD3C (or 0x30BD3C) is known color: Lime Green. HEX triplet: 30, BD and 3C. RGB value is (48,189,60). Sum of RGB (Red+Green+Blue) = 48+189+60=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD3C is #CF42C3. Grayscale: #848484. Windows color (decimal): -13583044 or 3980592. OLE color: 3980592.
HSL color Cylindrical-coordinate representation of color #30BD3C: hue angle of 125.11º 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 #30BD3C is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 60 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.26 |
| HSL | 125.11º | 0.59% | 0.46% | - |
| HSV(B) | 125.11º | 0.75% | 0.74% | - |
| XYZ | 20.23 | 37.35 | 10.42 | - |
| YUV | 132.14 | 87.29 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 60 | 0.75 | 0 | 0.68 | 0.26 | 125.11 | 0.59 | 0.46 |
| Hex | 30 | BD | 3C | 4B | 0 | 44 | 1A | 7D | 3B | 2E |
| Octal | 60 | 275 | 74 | 113 | 0 | 104 | 32 | 175 | 73 | 56 |
| Binary | 110000 | 10111101 | 111100 | 1001011 | 0 | 1000100 | 11010 | 1111101 | 111011 | 101110 |
Color Harmonies of #30BD3C
Complementary color
Monochromatic Colors of #30BD3C
Black with #30BD3C
Text Example
Text Example
White with #30BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD3C; }
p { color: rgb(48,189,60); }
H1.HeaderClassName
{
color: #30BD3C;
}
.AnyTagClassName
{
color: #30BD3C;
}
</style>
background-color css
<style>
a { background-color: #30BD3C; }
a { background-color: rgb(48,189,60); }
div.DivClassName
{
background-color: #30BD3C;
}
.BgClassName
{
background-color: #30BD3C;
}
</style>
border-color css
<style>
span { border-color: #30BD3C; }
span { border-color: rgb(48,189,60); }
td.TdClassName
{
border-color: #30BD3C;
}
.TagClassName
{
border-color: #30BD3C;
}
</style>