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