Shades of Harlequin #2AF101
Tints of Harlequin #2AF101
RGB
CMYK
RGB Variations
Color information
#2AF101 (or 0x2AF101) is known color: Harlequin. HEX triplet: 2A, F1 and 01. RGB value is (42,241,1). Sum of RGB (Red+Green+Blue) = 42+241+1=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 241 (94.53% from 255 or 84.86% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF101 is #D50EFE. Grayscale: #9A9A9A. Windows color (decimal): -13963007 or 127274. OLE color: 127274.
HSL color Cylindrical-coordinate representation of color #2AF101: hue angle of 109.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AF101 is Cyan = 0.83, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 1 | - |
| CMYK | 0.83 | 0 | 1.00 | 0.05 |
| HSL | 109.75º | 0.99% | 0.47% | - |
| HSV(B) | 109.75º | 1% | 0.95% | - |
| XYZ | 32.42 | 63.41 | 10.56 | - |
| YUV | 154.14 | 41.57 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 1 | 0.83 | 0 | 1.00 | 0.05 | 109.75 | 0.99 | 0.47 |
| Hex | 2A | F1 | 1 | 53 | 0 | 64 | 5 | 6E | 63 | 2F |
| Octal | 52 | 361 | 1 | 123 | 0 | 144 | 5 | 156 | 143 | 57 |
| Binary | 101010 | 11110001 | 1 | 1010011 | 0 | 1100100 | 101 | 1101110 | 1100011 | 101111 |
Color Harmonies of #2AF101
Complementary color
Monochromatic Colors of #2AF101
Black with #2AF101
Text Example
Text Example
White with #2AF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF101; }
p { color: rgb(42,241,1); }
H1.HeaderClassName
{
color: #2AF101;
}
.AnyTagClassName
{
color: #2AF101;
}
</style>
background-color css
<style>
a { background-color: #2AF101; }
a { background-color: rgb(42,241,1); }
div.DivClassName
{
background-color: #2AF101;
}
.BgClassName
{
background-color: #2AF101;
}
</style>
border-color css
<style>
span { border-color: #2AF101; }
span { border-color: rgb(42,241,1); }
td.TdClassName
{
border-color: #2AF101;
}
.TagClassName
{
border-color: #2AF101;
}
</style>