Shades of Dark Pastel Green #02BC3E
Tints of Dark Pastel Green #02BC3E
RGB
CMYK
RGB Variations
Color information
#02BC3E (or 0x02BC3E) is known color: Dark Pastel Green. HEX triplet: 02, BC and 3E. RGB value is (2,188,62). Sum of RGB (Red+Green+Blue) = 2+188+62=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC3E is #FD43C1. Grayscale: #767676. Windows color (decimal): -16597954 or 4111362. OLE color: 4111362.
HSL color Cylindrical-coordinate representation of color #02BC3E: hue angle of 139.35º 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 #02BC3E is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 62 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.26 |
| HSL | 139.35º | 0.98% | 0.37% | - |
| HSV(B) | 139.35º | 0.99% | 0.74% | - |
| XYZ | 18.88 | 36.33 | 10.57 | - |
| YUV | 118.02 | 96.38 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 62 | 0.99 | 0 | 0.67 | 0.26 | 139.35 | 0.98 | 0.37 |
| Hex | 2 | BC | 3E | 63 | 0 | 43 | 1A | 8B | 62 | 25 |
| Octal | 2 | 274 | 76 | 143 | 0 | 103 | 32 | 213 | 142 | 45 |
| Binary | 10 | 10111100 | 111110 | 1100011 | 0 | 1000011 | 11010 | 10001011 | 1100010 | 100101 |
Color Harmonies of #02BC3E
Complementary color
Monochromatic Colors of #02BC3E
Black with #02BC3E
Text Example
Text Example
White with #02BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC3E; }
p { color: rgb(2,188,62); }
H1.HeaderClassName
{
color: #02BC3E;
}
.AnyTagClassName
{
color: #02BC3E;
}
</style>
background-color css
<style>
a { background-color: #02BC3E; }
a { background-color: rgb(2,188,62); }
div.DivClassName
{
background-color: #02BC3E;
}
.BgClassName
{
background-color: #02BC3E;
}
</style>
border-color css
<style>
span { border-color: #02BC3E; }
span { border-color: rgb(2,188,62); }
td.TdClassName
{
border-color: #02BC3E;
}
.TagClassName
{
border-color: #02BC3E;
}
</style>