Shades of Harlequin #2FF30A
Tints of Harlequin #2FF30A
RGB
CMYK
RGB Variations
Color information
#2FF30A (or 0x2FF30A) is known color: Harlequin. HEX triplet: 2F, F3 and 0A. RGB value is (47,243,10). Sum of RGB (Red+Green+Blue) = 47+243+10=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 243 (95.31% from 255 or 81% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF30A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF30A is #D00CF5. Grayscale: #9E9E9E. Windows color (decimal): -13634806 or 717615. OLE color: 717615.
HSL color Cylindrical-coordinate representation of color #2FF30A: hue angle of 110.47º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FF30A is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 10 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.05 |
| HSL | 110.47º | 0.92% | 0.5% | - |
| HSV(B) | 110.47º | 0.96% | 0.95% | - |
| XYZ | 33.28 | 64.73 | 11.03 | - |
| YUV | 157.83 | 44.57 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 10 | 0.81 | 0 | 0.96 | 0.05 | 110.47 | 0.92 | 0.5 |
| Hex | 2F | F3 | A | 51 | 0 | 60 | 5 | 6E | 5C | 32 |
| Octal | 57 | 363 | 12 | 121 | 0 | 140 | 5 | 156 | 134 | 62 |
| Binary | 101111 | 11110011 | 1010 | 1010001 | 0 | 1100000 | 101 | 1101110 | 1011100 | 110010 |
Color Harmonies of #2FF30A
Complementary color
Monochromatic Colors of #2FF30A
Black with #2FF30A
Text Example
Text Example
White with #2FF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF30A; }
p { color: rgb(47,243,10); }
H1.HeaderClassName
{
color: #2FF30A;
}
.AnyTagClassName
{
color: #2FF30A;
}
</style>
background-color css
<style>
a { background-color: #2FF30A; }
a { background-color: rgb(47,243,10); }
div.DivClassName
{
background-color: #2FF30A;
}
.BgClassName
{
background-color: #2FF30A;
}
</style>
border-color css
<style>
span { border-color: #2FF30A; }
span { border-color: rgb(47,243,10); }
td.TdClassName
{
border-color: #2FF30A;
}
.TagClassName
{
border-color: #2FF30A;
}
</style>