Shades of Harlequin #2DF91B
Tints of Harlequin #2DF91B
RGB
CMYK
RGB Variations
Color information
#2DF91B (or 0x2DF91B) is known color: Harlequin. HEX triplet: 2D, F9 and 1B. RGB value is (45,249,27). Sum of RGB (Red+Green+Blue) = 45+249+27=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 249 (97.66% from 255 or 77.57% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF91B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF91B is #D206E4. Grayscale: #A3A3A3. Windows color (decimal): -13764325 or 1833261. OLE color: 1833261.
HSL color Cylindrical-coordinate representation of color #2DF91B: hue angle of 115.14º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DF91B is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 27 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.02 |
| HSL | 115.14º | 0.95% | 0.54% | - |
| HSV(B) | 115.14º | 0.89% | 0.98% | - |
| XYZ | 35.16 | 68.39 | 12.38 | - |
| YUV | 162.7 | 51.41 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 27 | 0.82 | 0 | 0.89 | 0.02 | 115.14 | 0.95 | 0.54 |
| Hex | 2D | F9 | 1B | 52 | 0 | 59 | 2 | 73 | 5F | 36 |
| Octal | 55 | 371 | 33 | 122 | 0 | 131 | 2 | 163 | 137 | 66 |
| Binary | 101101 | 11111001 | 11011 | 1010010 | 0 | 1011001 | 10 | 1110011 | 1011111 | 110110 |
Color Harmonies of #2DF91B
Complementary color
Monochromatic Colors of #2DF91B
Black with #2DF91B
Text Example
Text Example
White with #2DF91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF91B; }
p { color: rgb(45,249,27); }
H1.HeaderClassName
{
color: #2DF91B;
}
.AnyTagClassName
{
color: #2DF91B;
}
</style>
background-color css
<style>
a { background-color: #2DF91B; }
a { background-color: rgb(45,249,27); }
div.DivClassName
{
background-color: #2DF91B;
}
.BgClassName
{
background-color: #2DF91B;
}
</style>
border-color css
<style>
span { border-color: #2DF91B; }
span { border-color: rgb(45,249,27); }
td.TdClassName
{
border-color: #2DF91B;
}
.TagClassName
{
border-color: #2DF91B;
}
</style>