Shades of Emerald #30DE68
Tints of Emerald #30DE68
RGB
CMYK
RGB Variations
Color information
#30DE68 (or 0x30DE68) is known color: Emerald. HEX triplet: 30, DE and 68. RGB value is (48,222,104). Sum of RGB (Red+Green+Blue) = 48+222+104=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 222 (87.11% from 255 or 59.36% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DE68 is #CF2197. Grayscale: #9C9C9C. Windows color (decimal): -13574552 or 6872624. OLE color: 6872624.
HSL color Cylindrical-coordinate representation of color #30DE68: hue angle of 139.31º 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 #30DE68 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 222 | 104 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.13 |
| HSL | 139.31º | 0.73% | 0.53% | - |
| HSV(B) | 139.31º | 0.78% | 0.87% | - |
| XYZ | 29.84 | 53.87 | 21.92 | - |
| YUV | 156.52 | 98.35 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 222 | 104 | 0.78 | 0 | 0.53 | 0.13 | 139.31 | 0.73 | 0.53 |
| Hex | 30 | DE | 68 | 4E | 0 | 35 | D | 8B | 48 | 35 |
| Octal | 60 | 336 | 150 | 116 | 0 | 65 | 15 | 213 | 110 | 65 |
| Binary | 110000 | 11011110 | 1101000 | 1001110 | 0 | 110101 | 1101 | 10001011 | 1001000 | 110101 |
Color Harmonies of #30DE68
Complementary color
Monochromatic Colors of #30DE68
Black with #30DE68
Text Example
Text Example
White with #30DE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DE68; }
p { color: rgb(48,222,104); }
H1.HeaderClassName
{
color: #30DE68;
}
.AnyTagClassName
{
color: #30DE68;
}
</style>
background-color css
<style>
a { background-color: #30DE68; }
a { background-color: rgb(48,222,104); }
div.DivClassName
{
background-color: #30DE68;
}
.BgClassName
{
background-color: #30DE68;
}
</style>
border-color css
<style>
span { border-color: #30DE68; }
span { border-color: rgb(48,222,104); }
td.TdClassName
{
border-color: #30DE68;
}
.TagClassName
{
border-color: #30DE68;
}
</style>