Shades of Lime Green #30F545
Tints of Lime Green #30F545
RGB
CMYK
RGB Variations
Color information
#30F545 (or 0x30F545) is known color: Lime Green. HEX triplet: 30, F5 and 45. RGB value is (48,245,69). Sum of RGB (Red+Green+Blue) = 48+245+69=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 245 (96.09% from 255 or 67.68% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 245 - color contains mainly: green. Hex color #30F545 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F545 is #CF0ABA. Grayscale: #A6A6A6. Windows color (decimal): -13568699 or 4584752. OLE color: 4584752.
HSL color Cylindrical-coordinate representation of color #30F545: hue angle of 126.4º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F545 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 245 | 69 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.04 |
| HSL | 126.4º | 0.91% | 0.57% | - |
| HSV(B) | 126.4º | 0.8% | 0.96% | - |
| XYZ | 34.95 | 66.36 | 16.6 | - |
| YUV | 166.03 | 73.23 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 245 | 69 | 0.80 | 0 | 0.72 | 0.04 | 126.4 | 0.91 | 0.57 |
| Hex | 30 | F5 | 45 | 50 | 0 | 48 | 4 | 7E | 5B | 39 |
| Octal | 60 | 365 | 105 | 120 | 0 | 110 | 4 | 176 | 133 | 71 |
| Binary | 110000 | 11110101 | 1000101 | 1010000 | 0 | 1001000 | 100 | 1111110 | 1011011 | 111001 |
Color Harmonies of #30F545
Complementary color
Monochromatic Colors of #30F545
Black with #30F545
Text Example
Text Example
White with #30F545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F545; }
p { color: rgb(48,245,69); }
H1.HeaderClassName
{
color: #30F545;
}
.AnyTagClassName
{
color: #30F545;
}
</style>
background-color css
<style>
a { background-color: #30F545; }
a { background-color: rgb(48,245,69); }
div.DivClassName
{
background-color: #30F545;
}
.BgClassName
{
background-color: #30F545;
}
</style>
border-color css
<style>
span { border-color: #30F545; }
span { border-color: rgb(48,245,69); }
td.TdClassName
{
border-color: #30F545;
}
.TagClassName
{
border-color: #30F545;
}
</style>