Shades of Dark Pastel Green #02BC4A
Tints of Dark Pastel Green #02BC4A
RGB
CMYK
RGB Variations
Color information
#02BC4A (or 0x02BC4A) is known color: Dark Pastel Green. HEX triplet: 02, BC and 4A. RGB value is (2,188,74). Sum of RGB (Red+Green+Blue) = 2+188+74=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC4A is #FD43B5. Grayscale: #777777. Windows color (decimal): -16597942 or 4897794. OLE color: 4897794.
HSL color Cylindrical-coordinate representation of color #02BC4A: hue angle of 143.23º 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 #02BC4A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 74 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.26 |
| HSL | 143.23º | 0.98% | 0.37% | - |
| HSV(B) | 143.23º | 0.99% | 0.74% | - |
| XYZ | 19.24 | 36.47 | 12.5 | - |
| YUV | 119.39 | 102.38 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 74 | 0.99 | 0 | 0.61 | 0.26 | 143.23 | 0.98 | 0.37 |
| Hex | 2 | BC | 4A | 63 | 0 | 3D | 1A | 8F | 62 | 25 |
| Octal | 2 | 274 | 112 | 143 | 0 | 75 | 32 | 217 | 142 | 45 |
| Binary | 10 | 10111100 | 1001010 | 1100011 | 0 | 111101 | 11010 | 10001111 | 1100010 | 100101 |
Color Harmonies of #02BC4A
Complementary color
Monochromatic Colors of #02BC4A
Black with #02BC4A
Text Example
Text Example
White with #02BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC4A; }
p { color: rgb(2,188,74); }
H1.HeaderClassName
{
color: #02BC4A;
}
.AnyTagClassName
{
color: #02BC4A;
}
</style>
background-color css
<style>
a { background-color: #02BC4A; }
a { background-color: rgb(2,188,74); }
div.DivClassName
{
background-color: #02BC4A;
}
.BgClassName
{
background-color: #02BC4A;
}
</style>
border-color css
<style>
span { border-color: #02BC4A; }
span { border-color: rgb(2,188,74); }
td.TdClassName
{
border-color: #02BC4A;
}
.TagClassName
{
border-color: #02BC4A;
}
</style>