Shades of Shamrock #30CC83
Tints of Shamrock #30CC83
RGB
CMYK
RGB Variations
Color information
#30CC83 (or 0x30CC83) is known color: Shamrock. HEX triplet: 30, CC and 83. RGB value is (48,204,131). Sum of RGB (Red+Green+Blue) = 48+204+131=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CC83 is #CF337C. Grayscale: #959595. Windows color (decimal): -13579133 or 8637488. OLE color: 8637488.
HSL color Cylindrical-coordinate representation of color #30CC83: hue angle of 151.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CC83 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 131 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.2 |
| HSL | 151.92º | 0.62% | 0.49% | - |
| HSV(B) | 151.92º | 0.76% | 0.8% | - |
| XYZ | 26.91 | 45.45 | 28.83 | - |
| YUV | 149.03 | 117.82 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 131 | 0.76 | 0 | 0.36 | 0.2 | 151.92 | 0.62 | 0.49 |
| Hex | 30 | CC | 83 | 4C | 0 | 24 | 14 | 98 | 3E | 31 |
| Octal | 60 | 314 | 203 | 114 | 0 | 44 | 24 | 230 | 76 | 61 |
| Binary | 110000 | 11001100 | 10000011 | 1001100 | 0 | 100100 | 10100 | 10011000 | 111110 | 110001 |
Color Harmonies of #30CC83
Complementary color
Monochromatic Colors of #30CC83
Black with #30CC83
Text Example
Text Example
White with #30CC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CC83; }
p { color: rgb(48,204,131); }
H1.HeaderClassName
{
color: #30CC83;
}
.AnyTagClassName
{
color: #30CC83;
}
</style>
background-color css
<style>
a { background-color: #30CC83; }
a { background-color: rgb(48,204,131); }
div.DivClassName
{
background-color: #30CC83;
}
.BgClassName
{
background-color: #30CC83;
}
</style>
border-color css
<style>
span { border-color: #30CC83; }
span { border-color: rgb(48,204,131); }
td.TdClassName
{
border-color: #30CC83;
}
.TagClassName
{
border-color: #30CC83;
}
</style>