Shades of Harlequin #2FF305
Tints of Harlequin #2FF305
RGB
CMYK
RGB Variations
Color information
#2FF305 (or 0x2FF305) is known color: Harlequin. HEX triplet: 2F, F3 and 05. RGB value is (47,243,5). Sum of RGB (Red+Green+Blue) = 47+243+5=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 243 (95.31% from 255 or 82.37% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF305 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF305 is #D00CFA. Grayscale: #9E9E9E. Windows color (decimal): -13634811 or 389935. OLE color: 389935.
HSL color Cylindrical-coordinate representation of color #2FF305: hue angle of 109.41º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FF305 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.05 |
| HSL | 109.41º | 0.96% | 0.49% | - |
| HSV(B) | 109.41º | 0.98% | 0.95% | - |
| XYZ | 33.25 | 64.72 | 10.88 | - |
| YUV | 157.26 | 42.07 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 5 | 0.81 | 0 | 0.98 | 0.05 | 109.41 | 0.96 | 0.49 |
| Hex | 2F | F3 | 5 | 51 | 0 | 62 | 5 | 6D | 60 | 31 |
| Octal | 57 | 363 | 5 | 121 | 0 | 142 | 5 | 155 | 140 | 61 |
| Binary | 101111 | 11110011 | 101 | 1010001 | 0 | 1100010 | 101 | 1101101 | 1100000 | 110001 |
Color Harmonies of #2FF305
Complementary color
Monochromatic Colors of #2FF305
Black with #2FF305
Text Example
Text Example
White with #2FF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF305; }
p { color: rgb(47,243,5); }
H1.HeaderClassName
{
color: #2FF305;
}
.AnyTagClassName
{
color: #2FF305;
}
</style>
background-color css
<style>
a { background-color: #2FF305; }
a { background-color: rgb(47,243,5); }
div.DivClassName
{
background-color: #2FF305;
}
.BgClassName
{
background-color: #2FF305;
}
</style>
border-color css
<style>
span { border-color: #2FF305; }
span { border-color: rgb(47,243,5); }
td.TdClassName
{
border-color: #2FF305;
}
.TagClassName
{
border-color: #2FF305;
}
</style>