Shades of Harlequin #2AFE07
Tints of Harlequin #2AFE07
RGB
CMYK
RGB Variations
Color information
#2AFE07 (or 0x2AFE07) is known color: Harlequin. HEX triplet: 2A, FE and 07. RGB value is (42,254,7). Sum of RGB (Red+Green+Blue) = 42+254+7=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 254 (99.61% from 255 or 83.83% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFE07 is #D501F8. Grayscale: #A3A3A3. Windows color (decimal): -13959673 or 523818. OLE color: 523818.
HSL color Cylindrical-coordinate representation of color #2AFE07: hue angle of 111.5º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AFE07 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 7 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.00 |
| HSL | 111.5º | 0.99% | 0.51% | - |
| HSV(B) | 111.5º | 0.97% | 1% | - |
| XYZ | 36.44 | 71.39 | 12.06 | - |
| YUV | 162.45 | 40.26 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 7 | 0.83 | 0 | 0.97 | 0.00 | 111.5 | 0.99 | 0.51 |
| Hex | 2A | FE | 7 | 53 | 0 | 61 | 0 | 6F | 63 | 33 |
| Octal | 52 | 376 | 7 | 123 | 0 | 141 | 0 | 157 | 143 | 63 |
| Binary | 101010 | 11111110 | 111 | 1010011 | 0 | 1100001 | 0 | 1101111 | 1100011 | 110011 |
Color Harmonies of #2AFE07
Complementary color
Monochromatic Colors of #2AFE07
Black with #2AFE07
Text Example
Text Example
White with #2AFE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE07; }
p { color: rgb(42,254,7); }
H1.HeaderClassName
{
color: #2AFE07;
}
.AnyTagClassName
{
color: #2AFE07;
}
</style>
background-color css
<style>
a { background-color: #2AFE07; }
a { background-color: rgb(42,254,7); }
div.DivClassName
{
background-color: #2AFE07;
}
.BgClassName
{
background-color: #2AFE07;
}
</style>
border-color css
<style>
span { border-color: #2AFE07; }
span { border-color: rgb(42,254,7); }
td.TdClassName
{
border-color: #2AFE07;
}
.TagClassName
{
border-color: #2AFE07;
}
</style>