Shades of Shamrock #30DF82
Tints of Shamrock #30DF82
RGB
CMYK
RGB Variations
Color information
#30DF82 (or 0x30DF82) is known color: Shamrock. HEX triplet: 30, DF and 82. RGB value is (48,223,130). Sum of RGB (Red+Green+Blue) = 48+223+130=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DF82 is #CF207D. Grayscale: #A0A0A0. Windows color (decimal): -13574270 or 8576816. OLE color: 8576816.
HSL color Cylindrical-coordinate representation of color #30DF82: hue angle of 148.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DF82 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 130 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.13 |
| HSL | 148.11º | 0.73% | 0.53% | - |
| HSV(B) | 148.11º | 0.78% | 0.87% | - |
| XYZ | 31.64 | 55.02 | 30.07 | - |
| YUV | 160.07 | 111.02 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 130 | 0.78 | 0 | 0.42 | 0.13 | 148.11 | 0.73 | 0.53 |
| Hex | 30 | DF | 82 | 4E | 0 | 2A | D | 94 | 49 | 35 |
| Octal | 60 | 337 | 202 | 116 | 0 | 52 | 15 | 224 | 111 | 65 |
| Binary | 110000 | 11011111 | 10000010 | 1001110 | 0 | 101010 | 1101 | 10010100 | 1001001 | 110101 |
Color Harmonies of #30DF82
Complementary color
Monochromatic Colors of #30DF82
Black with #30DF82
Text Example
Text Example
White with #30DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DF82; }
p { color: rgb(48,223,130); }
H1.HeaderClassName
{
color: #30DF82;
}
.AnyTagClassName
{
color: #30DF82;
}
</style>
background-color css
<style>
a { background-color: #30DF82; }
a { background-color: rgb(48,223,130); }
div.DivClassName
{
background-color: #30DF82;
}
.BgClassName
{
background-color: #30DF82;
}
</style>
border-color css
<style>
span { border-color: #30DF82; }
span { border-color: rgb(48,223,130); }
td.TdClassName
{
border-color: #30DF82;
}
.TagClassName
{
border-color: #30DF82;
}
</style>