Shades of Harlequin #2FE305
Tints of Harlequin #2FE305
RGB
CMYK
RGB Variations
Color information
#2FE305 (or 0x2FE305) is known color: Harlequin. HEX triplet: 2F, E3 and 05. RGB value is (47,227,5). Sum of RGB (Red+Green+Blue) = 47+227+5=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 227 (89.06% from 255 or 81.36% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE305 is #D01CFA. Grayscale: #949494. Windows color (decimal): -13638907 or 385839. OLE color: 385839.
HSL color Cylindrical-coordinate representation of color #2FE305: hue angle of 108.65º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FE305 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 227 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.11 |
| HSL | 108.65º | 0.96% | 0.45% | - |
| HSV(B) | 108.65º | 0.98% | 0.89% | - |
| XYZ | 28.67 | 55.55 | 9.36 | - |
| YUV | 147.87 | 47.37 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 227 | 5 | 0.79 | 0 | 0.98 | 0.11 | 108.65 | 0.96 | 0.45 |
| Hex | 2F | E3 | 5 | 4F | 0 | 62 | B | 6D | 60 | 2D |
| Octal | 57 | 343 | 5 | 117 | 0 | 142 | 13 | 155 | 140 | 55 |
| Binary | 101111 | 11100011 | 101 | 1001111 | 0 | 1100010 | 1011 | 1101101 | 1100000 | 101101 |
Color Harmonies of #2FE305
Complementary color
Monochromatic Colors of #2FE305
Black with #2FE305
Text Example
Text Example
White with #2FE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE305; }
p { color: rgb(47,227,5); }
H1.HeaderClassName
{
color: #2FE305;
}
.AnyTagClassName
{
color: #2FE305;
}
</style>
background-color css
<style>
a { background-color: #2FE305; }
a { background-color: rgb(47,227,5); }
div.DivClassName
{
background-color: #2FE305;
}
.BgClassName
{
background-color: #2FE305;
}
</style>
border-color css
<style>
span { border-color: #2FE305; }
span { border-color: rgb(47,227,5); }
td.TdClassName
{
border-color: #2FE305;
}
.TagClassName
{
border-color: #2FE305;
}
</style>