Shades of Shamrock #30F287
Tints of Shamrock #30F287
RGB
CMYK
RGB Variations
Color information
#30F287 (or 0x30F287) is known color: Shamrock. HEX triplet: 30, F2 and 87. RGB value is (48,242,135). Sum of RGB (Red+Green+Blue) = 48+242+135=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #30F287 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F287 is #CF0D78. Grayscale: #ACACAC. Windows color (decimal): -13569401 or 8909360. OLE color: 8909360.
HSL color Cylindrical-coordinate representation of color #30F287: hue angle of 146.91º 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 #30F287 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 242 | 135 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.05 |
| HSL | 146.91º | 0.88% | 0.57% | - |
| HSV(B) | 146.91º | 0.8% | 0.95% | - |
| XYZ | 37.34 | 65.88 | 33.67 | - |
| YUV | 171.8 | 107.23 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 242 | 135 | 0.80 | 0 | 0.44 | 0.05 | 146.91 | 0.88 | 0.57 |
| Hex | 30 | F2 | 87 | 50 | 0 | 2C | 5 | 93 | 58 | 39 |
| Octal | 60 | 362 | 207 | 120 | 0 | 54 | 5 | 223 | 130 | 71 |
| Binary | 110000 | 11110010 | 10000111 | 1010000 | 0 | 101100 | 101 | 10010011 | 1011000 | 111001 |
Color Harmonies of #30F287
Complementary color
Monochromatic Colors of #30F287
Black with #30F287
Text Example
Text Example
White with #30F287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F287; }
p { color: rgb(48,242,135); }
H1.HeaderClassName
{
color: #30F287;
}
.AnyTagClassName
{
color: #30F287;
}
</style>
background-color css
<style>
a { background-color: #30F287; }
a { background-color: rgb(48,242,135); }
div.DivClassName
{
background-color: #30F287;
}
.BgClassName
{
background-color: #30F287;
}
</style>
border-color css
<style>
span { border-color: #30F287; }
span { border-color: rgb(48,242,135); }
td.TdClassName
{
border-color: #30F287;
}
.TagClassName
{
border-color: #30F287;
}
</style>