Shades of Harlequin #2AFB0F
Tints of Harlequin #2AFB0F
RGB
CMYK
RGB Variations
Color information
#2AFB0F (or 0x2AFB0F) is known color: Harlequin. HEX triplet: 2A, FB and 0F. RGB value is (42,251,15). Sum of RGB (Red+Green+Blue) = 42+251+15=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 251 (98.44% from 255 or 81.49% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFB0F is #D504F0. Grayscale: #A2A2A2. Windows color (decimal): -13960433 or 1047338. OLE color: 1047338.
HSL color Cylindrical-coordinate representation of color #2AFB0F: hue angle of 113.14º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AFB0F is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 15 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.02 |
| HSL | 113.14º | 0.97% | 0.52% | - |
| HSV(B) | 113.14º | 0.94% | 0.98% | - |
| XYZ | 35.54 | 69.52 | 12 | - |
| YUV | 161.61 | 45.26 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 15 | 0.83 | 0 | 0.94 | 0.02 | 113.14 | 0.97 | 0.52 |
| Hex | 2A | FB | F | 53 | 0 | 5E | 2 | 71 | 61 | 34 |
| Octal | 52 | 373 | 17 | 123 | 0 | 136 | 2 | 161 | 141 | 64 |
| Binary | 101010 | 11111011 | 1111 | 1010011 | 0 | 1011110 | 10 | 1110001 | 1100001 | 110100 |
Color Harmonies of #2AFB0F
Complementary color
Monochromatic Colors of #2AFB0F
Black with #2AFB0F
Text Example
Text Example
White with #2AFB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB0F; }
p { color: rgb(42,251,15); }
H1.HeaderClassName
{
color: #2AFB0F;
}
.AnyTagClassName
{
color: #2AFB0F;
}
</style>
background-color css
<style>
a { background-color: #2AFB0F; }
a { background-color: rgb(42,251,15); }
div.DivClassName
{
background-color: #2AFB0F;
}
.BgClassName
{
background-color: #2AFB0F;
}
</style>
border-color css
<style>
span { border-color: #2AFB0F; }
span { border-color: rgb(42,251,15); }
td.TdClassName
{
border-color: #2AFB0F;
}
.TagClassName
{
border-color: #2AFB0F;
}
</style>