Shades of Harlequin #2FF900
Tints of Harlequin #2FF900
RGB
CMYK
RGB Variations
Color information
#2FF900 (or 0x2FF900) is known color: Harlequin. HEX triplet: 2F, F9 and 00. RGB value is (47,249,0). Sum of RGB (Red+Green+Blue) = 47+249+0=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 249 (97.66% from 255 or 84.12% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF900 is #D006FF. Grayscale: #A1A1A1. Windows color (decimal): -13633280 or 63791. OLE color: 63791.
HSL color Cylindrical-coordinate representation of color #2FF900: hue angle of 108.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FF900 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.02 |
| HSL | 108.67º | 1% | 0.49% | - |
| HSV(B) | 108.67º | 1% | 0.98% | - |
| XYZ | 35.05 | 68.36 | 11.35 | - |
| YUV | 160.22 | 37.58 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 0 | 0.81 | 0 | 1 | 0.02 | 108.67 | 1 | 0.49 |
| Hex | 2F | F9 | 0 | 51 | 0 | 64 | 2 | 6D | 64 | 31 |
| Octal | 57 | 371 | 0 | 121 | 0 | 144 | 2 | 155 | 144 | 61 |
| Binary | 101111 | 11111001 | 0 | 1010001 | 0 | 1100100 | 10 | 1101101 | 1100100 | 110001 |
Color Harmonies of #2FF900
Complementary color
Monochromatic Colors of #2FF900
Black with #2FF900
Text Example
Text Example
White with #2FF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF900; }
p { color: rgb(47,249,0); }
H1.HeaderClassName
{
color: #2FF900;
}
.AnyTagClassName
{
color: #2FF900;
}
</style>
background-color css
<style>
a { background-color: #2FF900; }
a { background-color: rgb(47,249,0); }
div.DivClassName
{
background-color: #2FF900;
}
.BgClassName
{
background-color: #2FF900;
}
</style>
border-color css
<style>
span { border-color: #2FF900; }
span { border-color: rgb(47,249,0); }
td.TdClassName
{
border-color: #2FF900;
}
.TagClassName
{
border-color: #2FF900;
}
</style>