Shades of Dark Pastel Green #02C33F
Tints of Dark Pastel Green #02C33F
RGB
CMYK
RGB Variations
Color information
#02C33F (or 0x02C33F) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 3F. RGB value is (2,195,63). Sum of RGB (Red+Green+Blue) = 2+195+63=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #02C33F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C33F is #FD3CC0. Grayscale: #7A7A7A. Windows color (decimal): -16596161 or 4178690. OLE color: 4178690.
HSL color Cylindrical-coordinate representation of color #02C33F: hue angle of 138.96º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C33F is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 63 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.24 |
| HSL | 138.96º | 0.98% | 0.39% | - |
| HSV(B) | 138.96º | 0.99% | 0.76% | - |
| XYZ | 20.44 | 39.4 | 11.23 | - |
| YUV | 122.25 | 94.56 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 63 | 0.99 | 0 | 0.68 | 0.24 | 138.96 | 0.98 | 0.39 |
| Hex | 2 | C3 | 3F | 63 | 0 | 44 | 18 | 8B | 62 | 27 |
| Octal | 2 | 303 | 77 | 143 | 0 | 104 | 30 | 213 | 142 | 47 |
| Binary | 10 | 11000011 | 111111 | 1100011 | 0 | 1000100 | 11000 | 10001011 | 1100010 | 100111 |
Color Harmonies of #02C33F
Complementary color
Monochromatic Colors of #02C33F
Black with #02C33F
Text Example
Text Example
White with #02C33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C33F; }
p { color: rgb(2,195,63); }
H1.HeaderClassName
{
color: #02C33F;
}
.AnyTagClassName
{
color: #02C33F;
}
</style>
background-color css
<style>
a { background-color: #02C33F; }
a { background-color: rgb(2,195,63); }
div.DivClassName
{
background-color: #02C33F;
}
.BgClassName
{
background-color: #02C33F;
}
</style>
border-color css
<style>
span { border-color: #02C33F; }
span { border-color: rgb(2,195,63); }
td.TdClassName
{
border-color: #02C33F;
}
.TagClassName
{
border-color: #02C33F;
}
</style>