Shades of Harlequin #2FF90C
Tints of Harlequin #2FF90C
RGB
CMYK
RGB Variations
Color information
#2FF90C (or 0x2FF90C) is known color: Harlequin. HEX triplet: 2F, F9 and 0C. RGB value is (47,249,12). Sum of RGB (Red+Green+Blue) = 47+249+12=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 249 (97.66% from 255 or 80.84% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF90C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF90C is #D006F3. Grayscale: #A2A2A2. Windows color (decimal): -13633268 or 850223. OLE color: 850223.
HSL color Cylindrical-coordinate representation of color #2FF90C: hue angle of 111.14º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FF90C is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 12 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.02 |
| HSL | 111.14º | 0.95% | 0.51% | - |
| HSV(B) | 111.14º | 0.95% | 0.98% | - |
| XYZ | 35.11 | 68.38 | 11.7 | - |
| YUV | 161.58 | 43.58 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 12 | 0.81 | 0 | 0.95 | 0.02 | 111.14 | 0.95 | 0.51 |
| Hex | 2F | F9 | C | 51 | 0 | 5F | 2 | 6F | 5F | 33 |
| Octal | 57 | 371 | 14 | 121 | 0 | 137 | 2 | 157 | 137 | 63 |
| Binary | 101111 | 11111001 | 1100 | 1010001 | 0 | 1011111 | 10 | 1101111 | 1011111 | 110011 |
Color Harmonies of #2FF90C
Complementary color
Monochromatic Colors of #2FF90C
Black with #2FF90C
Text Example
Text Example
White with #2FF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF90C; }
p { color: rgb(47,249,12); }
H1.HeaderClassName
{
color: #2FF90C;
}
.AnyTagClassName
{
color: #2FF90C;
}
</style>
background-color css
<style>
a { background-color: #2FF90C; }
a { background-color: rgb(47,249,12); }
div.DivClassName
{
background-color: #2FF90C;
}
.BgClassName
{
background-color: #2FF90C;
}
</style>
border-color css
<style>
span { border-color: #2FF90C; }
span { border-color: rgb(47,249,12); }
td.TdClassName
{
border-color: #2FF90C;
}
.TagClassName
{
border-color: #2FF90C;
}
</style>