Shades of Lime Green #30F044
Tints of Lime Green #30F044
RGB
CMYK
RGB Variations
Color information
#30F044 (or 0x30F044) is known color: Lime Green. HEX triplet: 30, F0 and 44. RGB value is (48,240,68). Sum of RGB (Red+Green+Blue) = 48+240+68=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #30F044 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F044 is #CF0FBB. Grayscale: #A3A3A3. Windows color (decimal): -13569980 or 4517936. OLE color: 4517936.
HSL color Cylindrical-coordinate representation of color #30F044: hue angle of 126.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F044 is Cyan = 0.8, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 240 | 68 | - |
| CMYK | 0.8 | 0 | 0.72 | 0.06 |
| HSL | 126.25º | 0.86% | 0.56% | - |
| HSV(B) | 126.25º | 0.8% | 0.94% | - |
| XYZ | 33.42 | 63.37 | 15.94 | - |
| YUV | 162.98 | 74.39 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 240 | 68 | 0.8 | 0 | 0.72 | 0.06 | 126.25 | 0.86 | 0.56 |
| Hex | 30 | F0 | 44 | 50 | 0 | 48 | 6 | 7E | 56 | 38 |
| Octal | 60 | 360 | 104 | 120 | 0 | 110 | 6 | 176 | 126 | 70 |
| Binary | 110000 | 11110000 | 1000100 | 1010000 | 0 | 1001000 | 110 | 1111110 | 1010110 | 111000 |
Color Harmonies of #30F044
Complementary color
Monochromatic Colors of #30F044
Black with #30F044
Text Example
Text Example
White with #30F044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F044; }
p { color: rgb(48,240,68); }
H1.HeaderClassName
{
color: #30F044;
}
.AnyTagClassName
{
color: #30F044;
}
</style>
background-color css
<style>
a { background-color: #30F044; }
a { background-color: rgb(48,240,68); }
div.DivClassName
{
background-color: #30F044;
}
.BgClassName
{
background-color: #30F044;
}
</style>
border-color css
<style>
span { border-color: #30F044; }
span { border-color: rgb(48,240,68); }
td.TdClassName
{
border-color: #30F044;
}
.TagClassName
{
border-color: #30F044;
}
</style>