Shades of Harlequin #2AF30D
Tints of Harlequin #2AF30D
RGB
CMYK
RGB Variations
Color information
#2AF30D (or 0x2AF30D) is known color: Harlequin. HEX triplet: 2A, F3 and 0D. RGB value is (42,243,13). Sum of RGB (Red+Green+Blue) = 42+243+13=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 243 (95.31% from 255 or 81.54% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF30D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF30D is #D50CF2. Grayscale: #9D9D9D. Windows color (decimal): -13962483 or 914218. OLE color: 914218.
HSL color Cylindrical-coordinate representation of color #2AF30D: hue angle of 112.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AF30D is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 13 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.05 |
| HSL | 112.43º | 0.91% | 0.5% | - |
| HSV(B) | 112.43º | 0.95% | 0.95% | - |
| XYZ | 33.08 | 64.62 | 11.11 | - |
| YUV | 156.68 | 46.91 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 13 | 0.83 | 0 | 0.95 | 0.05 | 112.43 | 0.91 | 0.5 |
| Hex | 2A | F3 | D | 53 | 0 | 5F | 5 | 70 | 5B | 32 |
| Octal | 52 | 363 | 15 | 123 | 0 | 137 | 5 | 160 | 133 | 62 |
| Binary | 101010 | 11110011 | 1101 | 1010011 | 0 | 1011111 | 101 | 1110000 | 1011011 | 110010 |
Color Harmonies of #2AF30D
Complementary color
Monochromatic Colors of #2AF30D
Black with #2AF30D
Text Example
Text Example
White with #2AF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF30D; }
p { color: rgb(42,243,13); }
H1.HeaderClassName
{
color: #2AF30D;
}
.AnyTagClassName
{
color: #2AF30D;
}
</style>
background-color css
<style>
a { background-color: #2AF30D; }
a { background-color: rgb(42,243,13); }
div.DivClassName
{
background-color: #2AF30D;
}
.BgClassName
{
background-color: #2AF30D;
}
</style>
border-color css
<style>
span { border-color: #2AF30D; }
span { border-color: rgb(42,243,13); }
td.TdClassName
{
border-color: #2AF30D;
}
.TagClassName
{
border-color: #2AF30D;
}
</style>