Shades of Lime Green #30FA44
Tints of Lime Green #30FA44
RGB
CMYK
RGB Variations
Color information
#30FA44 (or 0x30FA44) is known color: Lime Green. HEX triplet: 30, FA and 44. RGB value is (48,250,68). Sum of RGB (Red+Green+Blue) = 48+250+68=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FA44 is #CF05BB. Grayscale: #A9A9A9. Windows color (decimal): -13567420 or 4520496. OLE color: 4520496.
HSL color Cylindrical-coordinate representation of color #30FA44: hue angle of 125.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FA44 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 68 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.02 |
| HSL | 125.94º | 0.95% | 0.58% | - |
| HSV(B) | 125.94º | 0.81% | 0.98% | - |
| XYZ | 36.45 | 69.42 | 16.95 | - |
| YUV | 168.85 | 71.08 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 68 | 0.81 | 0 | 0.73 | 0.02 | 125.94 | 0.95 | 0.58 |
| Hex | 30 | FA | 44 | 51 | 0 | 49 | 2 | 7E | 5F | 3A |
| Octal | 60 | 372 | 104 | 121 | 0 | 111 | 2 | 176 | 137 | 72 |
| Binary | 110000 | 11111010 | 1000100 | 1010001 | 0 | 1001001 | 10 | 1111110 | 1011111 | 111010 |
Color Harmonies of #30FA44
Complementary color
Monochromatic Colors of #30FA44
Black with #30FA44
Text Example
Text Example
White with #30FA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA44; }
p { color: rgb(48,250,68); }
H1.HeaderClassName
{
color: #30FA44;
}
.AnyTagClassName
{
color: #30FA44;
}
</style>
background-color css
<style>
a { background-color: #30FA44; }
a { background-color: rgb(48,250,68); }
div.DivClassName
{
background-color: #30FA44;
}
.BgClassName
{
background-color: #30FA44;
}
</style>
border-color css
<style>
span { border-color: #30FA44; }
span { border-color: rgb(48,250,68); }
td.TdClassName
{
border-color: #30FA44;
}
.TagClassName
{
border-color: #30FA44;
}
</style>