Shades of Harlequin #3EFB2A
Tints of Harlequin #3EFB2A
RGB
CMYK
RGB Variations
Color information
#3EFB2A (or 0x3EFB2A) is known color: Harlequin. HEX triplet: 3E, FB and 2A. RGB value is (62,251,42). Sum of RGB (Red+Green+Blue) = 62+251+42=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 251 (98.44% from 255 or 70.70% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFB2A is #C104D5. Grayscale: #ABABAB. Windows color (decimal): -12649686 or 2816830. OLE color: 2816830.
HSL color Cylindrical-coordinate representation of color #3EFB2A: hue angle of 114.26º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3EFB2A is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 251 | 42 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.02 |
| HSL | 114.26º | 0.96% | 0.57% | - |
| HSV(B) | 114.26º | 0.83% | 0.98% | - |
| XYZ | 36.9 | 70.19 | 13.79 | - |
| YUV | 170.66 | 55.38 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 251 | 42 | 0.75 | 0 | 0.83 | 0.02 | 114.26 | 0.96 | 0.57 |
| Hex | 3E | FB | 2A | 4B | 0 | 53 | 2 | 72 | 60 | 39 |
| Octal | 76 | 373 | 52 | 113 | 0 | 123 | 2 | 162 | 140 | 71 |
| Binary | 111110 | 11111011 | 101010 | 1001011 | 0 | 1010011 | 10 | 1110010 | 1100000 | 111001 |
Color Harmonies of #3EFB2A
Complementary color
Monochromatic Colors of #3EFB2A
Black with #3EFB2A
Text Example
Text Example
White with #3EFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFB2A; }
p { color: rgb(62,251,42); }
H1.HeaderClassName
{
color: #3EFB2A;
}
.AnyTagClassName
{
color: #3EFB2A;
}
</style>
background-color css
<style>
a { background-color: #3EFB2A; }
a { background-color: rgb(62,251,42); }
div.DivClassName
{
background-color: #3EFB2A;
}
.BgClassName
{
background-color: #3EFB2A;
}
</style>
border-color css
<style>
span { border-color: #3EFB2A; }
span { border-color: rgb(62,251,42); }
td.TdClassName
{
border-color: #3EFB2A;
}
.TagClassName
{
border-color: #3EFB2A;
}
</style>