Shades of Spring Green #02DD7B
Tints of Spring Green #02DD7B
RGB
CMYK
RGB Variations
Color information
#02DD7B (or 0x02DD7B) is known color: Spring Green. HEX triplet: 02, DD and 7B. RGB value is (2,221,123). Sum of RGB (Red+Green+Blue) = 2+221+123=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD7B is #FD2284. Grayscale: #909090. Windows color (decimal): -16589445 or 8117506. OLE color: 8117506.
HSL color Cylindrical-coordinate representation of color #02DD7B: hue angle of 153.15º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD7B is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 123 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.13 |
| HSL | 153.15º | 0.98% | 0.44% | - |
| HSV(B) | 153.15º | 0.99% | 0.87% | - |
| XYZ | 29.46 | 53.16 | 27.45 | - |
| YUV | 144.35 | 115.95 | 26.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 123 | 0.99 | 0 | 0.44 | 0.13 | 153.15 | 0.98 | 0.44 |
| Hex | 2 | DD | 7B | 63 | 0 | 2C | D | 99 | 62 | 2C |
| Octal | 2 | 335 | 173 | 143 | 0 | 54 | 15 | 231 | 142 | 54 |
| Binary | 10 | 11011101 | 1111011 | 1100011 | 0 | 101100 | 1101 | 10011001 | 1100010 | 101100 |
Color Harmonies of #02DD7B
Complementary color
Monochromatic Colors of #02DD7B
Black with #02DD7B
Text Example
Text Example
White with #02DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD7B; }
p { color: rgb(2,221,123); }
H1.HeaderClassName
{
color: #02DD7B;
}
.AnyTagClassName
{
color: #02DD7B;
}
</style>
background-color css
<style>
a { background-color: #02DD7B; }
a { background-color: rgb(2,221,123); }
div.DivClassName
{
background-color: #02DD7B;
}
.BgClassName
{
background-color: #02DD7B;
}
</style>
border-color css
<style>
span { border-color: #02DD7B; }
span { border-color: rgb(2,221,123); }
td.TdClassName
{
border-color: #02DD7B;
}
.TagClassName
{
border-color: #02DD7B;
}
</style>