Shades of Dark Pastel Green #02BD4C
Tints of Dark Pastel Green #02BD4C
RGB
CMYK
RGB Variations
Color information
#02BD4C (or 0x02BD4C) is known color: Dark Pastel Green. HEX triplet: 02, BD and 4C. RGB value is (2,189,76). Sum of RGB (Red+Green+Blue) = 2+189+76=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 189 (74.22% from 255 or 70.79% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BD4C is #FD42B3. Grayscale: #787878. Windows color (decimal): -16597684 or 5029122. OLE color: 5029122.
HSL color Cylindrical-coordinate representation of color #02BD4C: hue angle of 143.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BD4C is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 76 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.26 |
| HSL | 143.74º | 0.98% | 0.37% | - |
| HSV(B) | 143.74º | 0.99% | 0.74% | - |
| XYZ | 19.53 | 36.93 | 12.94 | - |
| YUV | 120.21 | 103.05 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 76 | 0.99 | 0 | 0.60 | 0.26 | 143.74 | 0.98 | 0.37 |
| Hex | 2 | BD | 4C | 63 | 0 | 3C | 1A | 90 | 62 | 25 |
| Octal | 2 | 275 | 114 | 143 | 0 | 74 | 32 | 220 | 142 | 45 |
| Binary | 10 | 10111101 | 1001100 | 1100011 | 0 | 111100 | 11010 | 10010000 | 1100010 | 100101 |
Color Harmonies of #02BD4C
Complementary color
Monochromatic Colors of #02BD4C
Black with #02BD4C
Text Example
Text Example
White with #02BD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD4C; }
p { color: rgb(2,189,76); }
H1.HeaderClassName
{
color: #02BD4C;
}
.AnyTagClassName
{
color: #02BD4C;
}
</style>
background-color css
<style>
a { background-color: #02BD4C; }
a { background-color: rgb(2,189,76); }
div.DivClassName
{
background-color: #02BD4C;
}
.BgClassName
{
background-color: #02BD4C;
}
</style>
border-color css
<style>
span { border-color: #02BD4C; }
span { border-color: rgb(2,189,76); }
td.TdClassName
{
border-color: #02BD4C;
}
.TagClassName
{
border-color: #02BD4C;
}
</style>