Shades of Dark Pastel Green #02C31B
Tints of Dark Pastel Green #02C31B
RGB
CMYK
RGB Variations
Color information
#02C31B (or 0x02C31B) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 1B. RGB value is (2,195,27). Sum of RGB (Red+Green+Blue) = 2+195+27=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 195 (76.56% from 255 or 87.05% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 195 - color contains mainly: green. Hex color #02C31B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C31B is #FD3CE4. Grayscale: #767676. Windows color (decimal): -16596197 or 1819394. OLE color: 1819394.
HSL color Cylindrical-coordinate representation of color #02C31B: hue angle of 127.77º 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 #02C31B is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 27 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.24 |
| HSL | 127.77º | 0.98% | 0.39% | - |
| HSV(B) | 127.77º | 0.99% | 0.76% | - |
| XYZ | 19.74 | 39.12 | 7.55 | - |
| YUV | 118.14 | 76.56 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 27 | 0.99 | 0 | 0.86 | 0.24 | 127.77 | 0.98 | 0.39 |
| Hex | 2 | C3 | 1B | 63 | 0 | 56 | 18 | 80 | 62 | 27 |
| Octal | 2 | 303 | 33 | 143 | 0 | 126 | 30 | 200 | 142 | 47 |
| Binary | 10 | 11000011 | 11011 | 1100011 | 0 | 1010110 | 11000 | 10000000 | 1100010 | 100111 |
Color Harmonies of #02C31B
Complementary color
Monochromatic Colors of #02C31B
Black with #02C31B
Text Example
Text Example
White with #02C31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C31B; }
p { color: rgb(2,195,27); }
H1.HeaderClassName
{
color: #02C31B;
}
.AnyTagClassName
{
color: #02C31B;
}
</style>
background-color css
<style>
a { background-color: #02C31B; }
a { background-color: rgb(2,195,27); }
div.DivClassName
{
background-color: #02C31B;
}
.BgClassName
{
background-color: #02C31B;
}
</style>
border-color css
<style>
span { border-color: #02C31B; }
span { border-color: rgb(2,195,27); }
td.TdClassName
{
border-color: #02C31B;
}
.TagClassName
{
border-color: #02C31B;
}
</style>