Shades of Dark Pastel Green #02BB43
Tints of Dark Pastel Green #02BB43
RGB
CMYK
RGB Variations
Color information
#02BB43 (or 0x02BB43) is known color: Dark Pastel Green. HEX triplet: 02, BB and 43. RGB value is (2,187,67). Sum of RGB (Red+Green+Blue) = 2+187+67=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 187 (73.44% from 255 or 73.05% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BB43 is #FD44BC. Grayscale: #767676. Windows color (decimal): -16598205 or 4438786. OLE color: 4438786.
HSL color Cylindrical-coordinate representation of color #02BB43: hue angle of 141.08º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BB43 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 187 | 67 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.27 |
| HSL | 141.08º | 0.98% | 0.37% | - |
| HSV(B) | 141.08º | 0.99% | 0.73% | - |
| XYZ | 18.81 | 35.96 | 11.26 | - |
| YUV | 118.01 | 99.21 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 67 | 0.99 | 0 | 0.64 | 0.27 | 141.08 | 0.98 | 0.37 |
| Hex | 2 | BB | 43 | 63 | 0 | 40 | 1B | 8D | 62 | 25 |
| Octal | 2 | 273 | 103 | 143 | 0 | 100 | 33 | 215 | 142 | 45 |
| Binary | 10 | 10111011 | 1000011 | 1100011 | 0 | 1000000 | 11011 | 10001101 | 1100010 | 100101 |
Color Harmonies of #02BB43
Complementary color
Monochromatic Colors of #02BB43
Black with #02BB43
Text Example
Text Example
White with #02BB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BB43; }
p { color: rgb(2,187,67); }
H1.HeaderClassName
{
color: #02BB43;
}
.AnyTagClassName
{
color: #02BB43;
}
</style>
background-color css
<style>
a { background-color: #02BB43; }
a { background-color: rgb(2,187,67); }
div.DivClassName
{
background-color: #02BB43;
}
.BgClassName
{
background-color: #02BB43;
}
</style>
border-color css
<style>
span { border-color: #02BB43; }
span { border-color: rgb(2,187,67); }
td.TdClassName
{
border-color: #02BB43;
}
.TagClassName
{
border-color: #02BB43;
}
</style>