Shades of Dark Pastel Green #02CF25
Tints of Dark Pastel Green #02CF25
RGB
CMYK
RGB Variations
Color information
#02CF25 (or 0x02CF25) is known color: Dark Pastel Green. HEX triplet: 02, CF and 25. RGB value is (2,207,37). Sum of RGB (Red+Green+Blue) = 2+207+37=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 207 (81.25% from 255 or 84.15% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CF25 is #FD30DA. Grayscale: #7E7E7E. Windows color (decimal): -16593115 or 2477826. OLE color: 2477826.
HSL color Cylindrical-coordinate representation of color #02CF25: hue angle of 130.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CF25 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 37 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.19 |
| HSL | 130.24º | 0.98% | 0.41% | - |
| HSV(B) | 130.24º | 0.99% | 0.81% | - |
| XYZ | 22.67 | 44.77 | 9.2 | - |
| YUV | 126.33 | 77.58 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 37 | 0.99 | 0 | 0.82 | 0.19 | 130.24 | 0.98 | 0.41 |
| Hex | 2 | CF | 25 | 63 | 0 | 52 | 13 | 82 | 62 | 29 |
| Octal | 2 | 317 | 45 | 143 | 0 | 122 | 23 | 202 | 142 | 51 |
| Binary | 10 | 11001111 | 100101 | 1100011 | 0 | 1010010 | 10011 | 10000010 | 1100010 | 101001 |
Color Harmonies of #02CF25
Complementary color
Monochromatic Colors of #02CF25
Black with #02CF25
Text Example
Text Example
White with #02CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF25; }
p { color: rgb(2,207,37); }
H1.HeaderClassName
{
color: #02CF25;
}
.AnyTagClassName
{
color: #02CF25;
}
</style>
background-color css
<style>
a { background-color: #02CF25; }
a { background-color: rgb(2,207,37); }
div.DivClassName
{
background-color: #02CF25;
}
.BgClassName
{
background-color: #02CF25;
}
</style>
border-color css
<style>
span { border-color: #02CF25; }
span { border-color: rgb(2,207,37); }
td.TdClassName
{
border-color: #02CF25;
}
.TagClassName
{
border-color: #02CF25;
}
</style>