Shades of Dark Pastel Green #02C250
Tints of Dark Pastel Green #02C250
RGB
CMYK
RGB Variations
Color information
#02C250 (or 0x02C250) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 50. RGB value is (2,194,80). Sum of RGB (Red+Green+Blue) = 2+194+80=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #02C250 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C250 is #FD3DAF. Grayscale: #7B7B7B. Windows color (decimal): -16596400 or 5292546. OLE color: 5292546.
HSL color Cylindrical-coordinate representation of color #02C250: hue angle of 144.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C250 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 80 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.24 |
| HSL | 144.38º | 0.98% | 0.38% | - |
| HSV(B) | 144.38º | 0.99% | 0.76% | - |
| XYZ | 20.76 | 39.18 | 14.06 | - |
| YUV | 123.6 | 103.39 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 80 | 0.99 | 0 | 0.59 | 0.24 | 144.38 | 0.98 | 0.38 |
| Hex | 2 | C2 | 50 | 63 | 0 | 3B | 18 | 90 | 62 | 26 |
| Octal | 2 | 302 | 120 | 143 | 0 | 73 | 30 | 220 | 142 | 46 |
| Binary | 10 | 11000010 | 1010000 | 1100011 | 0 | 111011 | 11000 | 10010000 | 1100010 | 100110 |
Color Harmonies of #02C250
Complementary color
Monochromatic Colors of #02C250
Black with #02C250
Text Example
Text Example
White with #02C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C250; }
p { color: rgb(2,194,80); }
H1.HeaderClassName
{
color: #02C250;
}
.AnyTagClassName
{
color: #02C250;
}
</style>
background-color css
<style>
a { background-color: #02C250; }
a { background-color: rgb(2,194,80); }
div.DivClassName
{
background-color: #02C250;
}
.BgClassName
{
background-color: #02C250;
}
</style>
border-color css
<style>
span { border-color: #02C250; }
span { border-color: rgb(2,194,80); }
td.TdClassName
{
border-color: #02C250;
}
.TagClassName
{
border-color: #02C250;
}
</style>