Shades of Dark Pastel Green #02BC44
Tints of Dark Pastel Green #02BC44
RGB
CMYK
RGB Variations
Color information
#02BC44 (or 0x02BC44) is known color: Dark Pastel Green. HEX triplet: 02, BC and 44. RGB value is (2,188,68). Sum of RGB (Red+Green+Blue) = 2+188+68=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 188 (73.83% from 255 or 72.87% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC44 is #FD43BB. Grayscale: #767676. Windows color (decimal): -16597948 or 4504578. OLE color: 4504578.
HSL color Cylindrical-coordinate representation of color #02BC44: hue angle of 141.29º 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 #02BC44 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 68 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.26 |
| HSL | 141.29º | 0.98% | 0.37% | - |
| HSV(B) | 141.29º | 0.99% | 0.74% | - |
| XYZ | 19.05 | 36.4 | 11.49 | - |
| YUV | 118.71 | 99.38 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 68 | 0.99 | 0 | 0.64 | 0.26 | 141.29 | 0.98 | 0.37 |
| Hex | 2 | BC | 44 | 63 | 0 | 40 | 1A | 8D | 62 | 25 |
| Octal | 2 | 274 | 104 | 143 | 0 | 100 | 32 | 215 | 142 | 45 |
| Binary | 10 | 10111100 | 1000100 | 1100011 | 0 | 1000000 | 11010 | 10001101 | 1100010 | 100101 |
Color Harmonies of #02BC44
Complementary color
Monochromatic Colors of #02BC44
Black with #02BC44
Text Example
Text Example
White with #02BC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC44; }
p { color: rgb(2,188,68); }
H1.HeaderClassName
{
color: #02BC44;
}
.AnyTagClassName
{
color: #02BC44;
}
</style>
background-color css
<style>
a { background-color: #02BC44; }
a { background-color: rgb(2,188,68); }
div.DivClassName
{
background-color: #02BC44;
}
.BgClassName
{
background-color: #02BC44;
}
</style>
border-color css
<style>
span { border-color: #02BC44; }
span { border-color: rgb(2,188,68); }
td.TdClassName
{
border-color: #02BC44;
}
.TagClassName
{
border-color: #02BC44;
}
</style>