Shades of Shamrock #30FBA3
Tints of Shamrock #30FBA3
RGB
CMYK
RGB Variations
Color information
#30FBA3 (or 0x30FBA3) is known color: Shamrock. HEX triplet: 30, FB and A3. RGB value is (48,251,163). Sum of RGB (Red+Green+Blue) = 48+251+163=462 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.39% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FBA3 is #CF045C. Grayscale: #B4B4B4. Windows color (decimal): -13567069 or 10746672. OLE color: 10746672.
HSL color Cylindrical-coordinate representation of color #30FBA3: hue angle of 153.99º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FBA3 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 163 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.02 |
| HSL | 153.99º | 0.96% | 0.59% | - |
| HSV(B) | 153.99º | 0.81% | 0.98% | - |
| XYZ | 42.33 | 72.27 | 46.37 | - |
| YUV | 180.27 | 118.25 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 163 | 0.81 | 0 | 0.35 | 0.02 | 153.99 | 0.96 | 0.59 |
| Hex | 30 | FB | A3 | 51 | 0 | 23 | 2 | 9A | 60 | 3B |
| Octal | 60 | 373 | 243 | 121 | 0 | 43 | 2 | 232 | 140 | 73 |
| Binary | 110000 | 11111011 | 10100011 | 1010001 | 0 | 100011 | 10 | 10011010 | 1100000 | 111011 |
Color Harmonies of #30FBA3
Complementary color
Monochromatic Colors of #30FBA3
Black with #30FBA3
Text Example
Text Example
White with #30FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FBA3; }
p { color: rgb(48,251,163); }
H1.HeaderClassName
{
color: #30FBA3;
}
.AnyTagClassName
{
color: #30FBA3;
}
</style>
background-color css
<style>
a { background-color: #30FBA3; }
a { background-color: rgb(48,251,163); }
div.DivClassName
{
background-color: #30FBA3;
}
.BgClassName
{
background-color: #30FBA3;
}
</style>
border-color css
<style>
span { border-color: #30FBA3; }
span { border-color: rgb(48,251,163); }
td.TdClassName
{
border-color: #30FBA3;
}
.TagClassName
{
border-color: #30FBA3;
}
</style>