Shades of Harlequin #2FFF25
Tints of Harlequin #2FFF25
RGB
CMYK
RGB Variations
Color information
#2FFF25 (or 0x2FFF25) is known color: Harlequin. HEX triplet: 2F, FF and 25. RGB value is (47,255,37). Sum of RGB (Red+Green+Blue) = 47+255+37=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF25 is #D000DA. Grayscale: #A8A8A8. Windows color (decimal): -13631707 or 2490159. OLE color: 2490159.
HSL color Cylindrical-coordinate representation of color #2FFF25: hue angle of 117.25º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FFF25 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 37 | - |
| CMYK | 0.82 | 0 | 0.85 | 0 |
| HSL | 117.25º | 1% | 0.57% | - |
| HSV(B) | 117.25º | 0.85% | 1% | - |
| XYZ | 37.27 | 72.26 | 13.73 | - |
| YUV | 167.96 | 54.09 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 37 | 0.82 | 0 | 0.85 | 0 | 117.25 | 1 | 0.57 |
| Hex | 2F | FF | 25 | 52 | 0 | 55 | 0 | 75 | 64 | 39 |
| Octal | 57 | 377 | 45 | 122 | 0 | 125 | 0 | 165 | 144 | 71 |
| Binary | 101111 | 11111111 | 100101 | 1010010 | 0 | 1010101 | 0 | 1110101 | 1100100 | 111001 |
Color Harmonies of #2FFF25
Complementary color
Monochromatic Colors of #2FFF25
Black with #2FFF25
Text Example
Text Example
White with #2FFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF25; }
p { color: rgb(47,255,37); }
H1.HeaderClassName
{
color: #2FFF25;
}
.AnyTagClassName
{
color: #2FFF25;
}
</style>
background-color css
<style>
a { background-color: #2FFF25; }
a { background-color: rgb(47,255,37); }
div.DivClassName
{
background-color: #2FFF25;
}
.BgClassName
{
background-color: #2FFF25;
}
</style>
border-color css
<style>
span { border-color: #2FFF25; }
span { border-color: rgb(47,255,37); }
td.TdClassName
{
border-color: #2FFF25;
}
.TagClassName
{
border-color: #2FFF25;
}
</style>