Shades of Dark Pastel Green #02BC18
Tints of Dark Pastel Green #02BC18
RGB
CMYK
RGB Variations
Color information
#02BC18 (or 0x02BC18) is known color: Dark Pastel Green. HEX triplet: 02, BC and 18. RGB value is (2,188,24). Sum of RGB (Red+Green+Blue) = 2+188+24=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 188 (73.83% from 255 or 87.85% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BC18 is #FD43E7. Grayscale: #727272. Windows color (decimal): -16597992 or 1620994. OLE color: 1620994.
HSL color Cylindrical-coordinate representation of color #02BC18: hue angle of 127.1º 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 #02BC18 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 24 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.26 |
| HSL | 127.1º | 0.98% | 0.37% | - |
| HSV(B) | 127.1º | 0.99% | 0.74% | - |
| XYZ | 18.17 | 36.05 | 6.86 | - |
| YUV | 113.69 | 77.38 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 24 | 0.99 | 0 | 0.87 | 0.26 | 127.1 | 0.98 | 0.37 |
| Hex | 2 | BC | 18 | 63 | 0 | 57 | 1A | 7F | 62 | 25 |
| Octal | 2 | 274 | 30 | 143 | 0 | 127 | 32 | 177 | 142 | 45 |
| Binary | 10 | 10111100 | 11000 | 1100011 | 0 | 1010111 | 11010 | 1111111 | 1100010 | 100101 |
Color Harmonies of #02BC18
Complementary color
Monochromatic Colors of #02BC18
Black with #02BC18
Text Example
Text Example
White with #02BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC18; }
p { color: rgb(2,188,24); }
H1.HeaderClassName
{
color: #02BC18;
}
.AnyTagClassName
{
color: #02BC18;
}
</style>
background-color css
<style>
a { background-color: #02BC18; }
a { background-color: rgb(2,188,24); }
div.DivClassName
{
background-color: #02BC18;
}
.BgClassName
{
background-color: #02BC18;
}
</style>
border-color css
<style>
span { border-color: #02BC18; }
span { border-color: rgb(2,188,24); }
td.TdClassName
{
border-color: #02BC18;
}
.TagClassName
{
border-color: #02BC18;
}
</style>