Shades of Dark Pastel Green #02BC45
Tints of Dark Pastel Green #02BC45
RGB
CMYK
RGB Variations
Color information
#02BC45 (or 0x02BC45) is known color: Dark Pastel Green. HEX triplet: 02, BC and 45. RGB value is (2,188,69). Sum of RGB (Red+Green+Blue) = 2+188+69=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC45 is #FD43BA. Grayscale: #777777. Windows color (decimal): -16597947 or 4570114. OLE color: 4570114.
HSL color Cylindrical-coordinate representation of color #02BC45: hue angle of 141.61º 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 #02BC45 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 69 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.26 |
| HSL | 141.61º | 0.98% | 0.37% | - |
| HSV(B) | 141.61º | 0.99% | 0.74% | - |
| XYZ | 19.08 | 36.41 | 11.65 | - |
| YUV | 118.82 | 99.88 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 69 | 0.99 | 0 | 0.63 | 0.26 | 141.61 | 0.98 | 0.37 |
| Hex | 2 | BC | 45 | 63 | 0 | 3F | 1A | 8E | 62 | 25 |
| Octal | 2 | 274 | 105 | 143 | 0 | 77 | 32 | 216 | 142 | 45 |
| Binary | 10 | 10111100 | 1000101 | 1100011 | 0 | 111111 | 11010 | 10001110 | 1100010 | 100101 |
Color Harmonies of #02BC45
Complementary color
Monochromatic Colors of #02BC45
Black with #02BC45
Text Example
Text Example
White with #02BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC45; }
p { color: rgb(2,188,69); }
H1.HeaderClassName
{
color: #02BC45;
}
.AnyTagClassName
{
color: #02BC45;
}
</style>
background-color css
<style>
a { background-color: #02BC45; }
a { background-color: rgb(2,188,69); }
div.DivClassName
{
background-color: #02BC45;
}
.BgClassName
{
background-color: #02BC45;
}
</style>
border-color css
<style>
span { border-color: #02BC45; }
span { border-color: rgb(2,188,69); }
td.TdClassName
{
border-color: #02BC45;
}
.TagClassName
{
border-color: #02BC45;
}
</style>