Shades of Lime Green #30D736
Tints of Lime Green #30D736
RGB
CMYK
RGB Variations
Color information
#30D736 (or 0x30D736) is known color: Lime Green. HEX triplet: 30, D7 and 36. RGB value is (48,215,54). Sum of RGB (Red+Green+Blue) = 48+215+54=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 215 (84.38% from 255 or 67.82% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 215 - color contains mainly: green. Hex color #30D736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D736 is #CF28C9. Grayscale: #939393. Windows color (decimal): -13576394 or 3594032. OLE color: 3594032.
HSL color Cylindrical-coordinate representation of color #30D736: hue angle of 122.16º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D736 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 54 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.16 |
| HSL | 122.16º | 0.68% | 0.52% | - |
| HSV(B) | 122.16º | 0.78% | 0.84% | - |
| XYZ | 26.19 | 49.5 | 11.66 | - |
| YUV | 146.71 | 75.67 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 54 | 0.78 | 0 | 0.75 | 0.16 | 122.16 | 0.68 | 0.52 |
| Hex | 30 | D7 | 36 | 4E | 0 | 4B | 10 | 7A | 44 | 34 |
| Octal | 60 | 327 | 66 | 116 | 0 | 113 | 20 | 172 | 104 | 64 |
| Binary | 110000 | 11010111 | 110110 | 1001110 | 0 | 1001011 | 10000 | 1111010 | 1000100 | 110100 |
Color Harmonies of #30D736
Complementary color
Monochromatic Colors of #30D736
Black with #30D736
Text Example
Text Example
White with #30D736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D736; }
p { color: rgb(48,215,54); }
H1.HeaderClassName
{
color: #30D736;
}
.AnyTagClassName
{
color: #30D736;
}
</style>
background-color css
<style>
a { background-color: #30D736; }
a { background-color: rgb(48,215,54); }
div.DivClassName
{
background-color: #30D736;
}
.BgClassName
{
background-color: #30D736;
}
</style>
border-color css
<style>
span { border-color: #30D736; }
span { border-color: rgb(48,215,54); }
td.TdClassName
{
border-color: #30D736;
}
.TagClassName
{
border-color: #30D736;
}
</style>