Shades of Lime Green #30D536
Tints of Lime Green #30D536
RGB
CMYK
RGB Variations
Color information
#30D536 (or 0x30D536) is known color: Lime Green. HEX triplet: 30, D5 and 36. RGB value is (48,213,54). Sum of RGB (Red+Green+Blue) = 48+213+54=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #30D536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D536 is #CF2AC9. Grayscale: #929292. Windows color (decimal): -13576906 or 3593520. OLE color: 3593520.
HSL color Cylindrical-coordinate representation of color #30D536: hue angle of 122.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D536 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 54 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.16 |
| HSL | 122.18º | 0.66% | 0.51% | - |
| HSV(B) | 122.18º | 0.77% | 0.84% | - |
| XYZ | 25.68 | 48.48 | 11.49 | - |
| YUV | 145.54 | 76.34 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 54 | 0.77 | 0 | 0.75 | 0.16 | 122.18 | 0.66 | 0.51 |
| Hex | 30 | D5 | 36 | 4D | 0 | 4B | 10 | 7A | 42 | 33 |
| Octal | 60 | 325 | 66 | 115 | 0 | 113 | 20 | 172 | 102 | 63 |
| Binary | 110000 | 11010101 | 110110 | 1001101 | 0 | 1001011 | 10000 | 1111010 | 1000010 | 110011 |
Color Harmonies of #30D536
Complementary color
Monochromatic Colors of #30D536
Black with #30D536
Text Example
Text Example
White with #30D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D536; }
p { color: rgb(48,213,54); }
H1.HeaderClassName
{
color: #30D536;
}
.AnyTagClassName
{
color: #30D536;
}
</style>
background-color css
<style>
a { background-color: #30D536; }
a { background-color: rgb(48,213,54); }
div.DivClassName
{
background-color: #30D536;
}
.BgClassName
{
background-color: #30D536;
}
</style>
border-color css
<style>
span { border-color: #30D536; }
span { border-color: rgb(48,213,54); }
td.TdClassName
{
border-color: #30D536;
}
.TagClassName
{
border-color: #30D536;
}
</style>