Shades of Lime Green #30D745
Tints of Lime Green #30D745
RGB
CMYK
RGB Variations
Color information
#30D745 (or 0x30D745) is known color: Lime Green. HEX triplet: 30, D7 and 45. RGB value is (48,215,69). Sum of RGB (Red+Green+Blue) = 48+215+69=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #30D745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D745 is #CF28BA. Grayscale: #949494. Windows color (decimal): -13576379 or 4577072. OLE color: 4577072.
HSL color Cylindrical-coordinate representation of color #30D745: hue angle of 127.54º 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 #30D745 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 69 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.16 |
| HSL | 127.54º | 0.68% | 0.52% | - |
| HSV(B) | 127.54º | 0.78% | 0.84% | - |
| XYZ | 26.59 | 49.66 | 13.81 | - |
| YUV | 148.42 | 83.17 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 69 | 0.78 | 0 | 0.68 | 0.16 | 127.54 | 0.68 | 0.52 |
| Hex | 30 | D7 | 45 | 4E | 0 | 44 | 10 | 80 | 44 | 34 |
| Octal | 60 | 327 | 105 | 116 | 0 | 104 | 20 | 200 | 104 | 64 |
| Binary | 110000 | 11010111 | 1000101 | 1001110 | 0 | 1000100 | 10000 | 10000000 | 1000100 | 110100 |
Color Harmonies of #30D745
Complementary color
Monochromatic Colors of #30D745
Black with #30D745
Text Example
Text Example
White with #30D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D745; }
p { color: rgb(48,215,69); }
H1.HeaderClassName
{
color: #30D745;
}
.AnyTagClassName
{
color: #30D745;
}
</style>
background-color css
<style>
a { background-color: #30D745; }
a { background-color: rgb(48,215,69); }
div.DivClassName
{
background-color: #30D745;
}
.BgClassName
{
background-color: #30D745;
}
</style>
border-color css
<style>
span { border-color: #30D745; }
span { border-color: rgb(48,215,69); }
td.TdClassName
{
border-color: #30D745;
}
.TagClassName
{
border-color: #30D745;
}
</style>