Shades of Emerald #30DD68
Tints of Emerald #30DD68
RGB
CMYK
RGB Variations
Color information
#30DD68 (or 0x30DD68) is known color: Emerald. HEX triplet: 30, DD and 68. RGB value is (48,221,104). Sum of RGB (Red+Green+Blue) = 48+221+104=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DD68 is #CF2297. Grayscale: #9C9C9C. Windows color (decimal): -13574808 or 6872368. OLE color: 6872368.
HSL color Cylindrical-coordinate representation of color #30DD68: hue angle of 139.42º degrees, saturation: 0.72, 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 #30DD68 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 104 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.13 |
| HSL | 139.42º | 0.72% | 0.53% | - |
| HSV(B) | 139.42º | 0.78% | 0.87% | - |
| XYZ | 29.57 | 53.34 | 21.83 | - |
| YUV | 155.94 | 98.69 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 104 | 0.78 | 0 | 0.53 | 0.13 | 139.42 | 0.72 | 0.53 |
| Hex | 30 | DD | 68 | 4E | 0 | 35 | D | 8B | 48 | 35 |
| Octal | 60 | 335 | 150 | 116 | 0 | 65 | 15 | 213 | 110 | 65 |
| Binary | 110000 | 11011101 | 1101000 | 1001110 | 0 | 110101 | 1101 | 10001011 | 1001000 | 110101 |
Color Harmonies of #30DD68
Complementary color
Monochromatic Colors of #30DD68
Black with #30DD68
Text Example
Text Example
White with #30DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DD68; }
p { color: rgb(48,221,104); }
H1.HeaderClassName
{
color: #30DD68;
}
.AnyTagClassName
{
color: #30DD68;
}
</style>
background-color css
<style>
a { background-color: #30DD68; }
a { background-color: rgb(48,221,104); }
div.DivClassName
{
background-color: #30DD68;
}
.BgClassName
{
background-color: #30DD68;
}
</style>
border-color css
<style>
span { border-color: #30DD68; }
span { border-color: rgb(48,221,104); }
td.TdClassName
{
border-color: #30DD68;
}
.TagClassName
{
border-color: #30DD68;
}
</style>