Shades of Dark Pastel Green #02CF44
Tints of Dark Pastel Green #02CF44
RGB
CMYK
RGB Variations
Color information
#02CF44 (or 0x02CF44) is known color: Dark Pastel Green. HEX triplet: 02, CF and 44. RGB value is (2,207,68). Sum of RGB (Red+Green+Blue) = 2+207+68=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 207 (81.25% from 255 or 74.73% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CF44 is #FD30BB. Grayscale: #828282. Windows color (decimal): -16593084 or 4509442. OLE color: 4509442.
HSL color Cylindrical-coordinate representation of color #02CF44: hue angle of 139.32º 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 #02CF44 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 68 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.19 |
| HSL | 139.32º | 0.98% | 0.41% | - |
| HSV(B) | 139.32º | 0.99% | 0.81% | - |
| XYZ | 23.38 | 45.06 | 12.93 | - |
| YUV | 129.86 | 93.08 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 68 | 0.99 | 0 | 0.67 | 0.19 | 139.32 | 0.98 | 0.41 |
| Hex | 2 | CF | 44 | 63 | 0 | 43 | 13 | 8B | 62 | 29 |
| Octal | 2 | 317 | 104 | 143 | 0 | 103 | 23 | 213 | 142 | 51 |
| Binary | 10 | 11001111 | 1000100 | 1100011 | 0 | 1000011 | 10011 | 10001011 | 1100010 | 101001 |
Color Harmonies of #02CF44
Complementary color
Monochromatic Colors of #02CF44
Black with #02CF44
Text Example
Text Example
White with #02CF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF44; }
p { color: rgb(2,207,68); }
H1.HeaderClassName
{
color: #02CF44;
}
.AnyTagClassName
{
color: #02CF44;
}
</style>
background-color css
<style>
a { background-color: #02CF44; }
a { background-color: rgb(2,207,68); }
div.DivClassName
{
background-color: #02CF44;
}
.BgClassName
{
background-color: #02CF44;
}
</style>
border-color css
<style>
span { border-color: #02CF44; }
span { border-color: rgb(2,207,68); }
td.TdClassName
{
border-color: #02CF44;
}
.TagClassName
{
border-color: #02CF44;
}
</style>