Shades of Malachite #30F254
Tints of Malachite #30F254
RGB
CMYK
RGB Variations
Color information
#30F254 (or 0x30F254) is known color: Malachite. HEX triplet: 30, F2 and 54. RGB value is (48,242,84). Sum of RGB (Red+Green+Blue) = 48+242+84=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #30F254 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F254 is #CF0DAB. Grayscale: #A6A6A6. Windows color (decimal): -13569452 or 5567024. OLE color: 5567024.
HSL color Cylindrical-coordinate representation of color #30F254: hue angle of 131.13º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F254 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 242 | 84 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.05 |
| HSL | 131.13º | 0.88% | 0.57% | - |
| HSV(B) | 131.13º | 0.8% | 0.95% | - |
| XYZ | 34.57 | 64.77 | 19.07 | - |
| YUV | 165.98 | 81.73 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 242 | 84 | 0.80 | 0 | 0.65 | 0.05 | 131.13 | 0.88 | 0.57 |
| Hex | 30 | F2 | 54 | 50 | 0 | 41 | 5 | 83 | 58 | 39 |
| Octal | 60 | 362 | 124 | 120 | 0 | 101 | 5 | 203 | 130 | 71 |
| Binary | 110000 | 11110010 | 1010100 | 1010000 | 0 | 1000001 | 101 | 10000011 | 1011000 | 111001 |
Color Harmonies of #30F254
Complementary color
Monochromatic Colors of #30F254
Black with #30F254
Text Example
Text Example
White with #30F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F254; }
p { color: rgb(48,242,84); }
H1.HeaderClassName
{
color: #30F254;
}
.AnyTagClassName
{
color: #30F254;
}
</style>
background-color css
<style>
a { background-color: #30F254; }
a { background-color: rgb(48,242,84); }
div.DivClassName
{
background-color: #30F254;
}
.BgClassName
{
background-color: #30F254;
}
</style>
border-color css
<style>
span { border-color: #30F254; }
span { border-color: rgb(48,242,84); }
td.TdClassName
{
border-color: #30F254;
}
.TagClassName
{
border-color: #30F254;
}
</style>