Shades of Shamrock #2DF493
Tints of Shamrock #2DF493
RGB
CMYK
RGB Variations
Color information
#2DF493 (or 0x2DF493) is known color: Shamrock. HEX triplet: 2D, F4 and 93. RGB value is (45,244,147). Sum of RGB (Red+Green+Blue) = 45+244+147=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 244 (95.70% from 255 or 55.96% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF493 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF493 is #D20B6C. Grayscale: #ADADAD. Windows color (decimal): -13765485 or 9696301. OLE color: 9696301.
HSL color Cylindrical-coordinate representation of color #2DF493: hue angle of 150.75º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF493 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 244 | 147 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.04 |
| HSL | 150.75º | 0.9% | 0.57% | - |
| HSV(B) | 150.75º | 0.82% | 0.96% | - |
| XYZ | 38.7 | 67.37 | 38.57 | - |
| YUV | 173.44 | 113.07 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 244 | 147 | 0.82 | 0 | 0.40 | 0.04 | 150.75 | 0.9 | 0.57 |
| Hex | 2D | F4 | 93 | 52 | 0 | 28 | 4 | 97 | 5A | 39 |
| Octal | 55 | 364 | 223 | 122 | 0 | 50 | 4 | 227 | 132 | 71 |
| Binary | 101101 | 11110100 | 10010011 | 1010010 | 0 | 101000 | 100 | 10010111 | 1011010 | 111001 |
Color Harmonies of #2DF493
Complementary color
Monochromatic Colors of #2DF493
Black with #2DF493
Text Example
Text Example
White with #2DF493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF493; }
p { color: rgb(45,244,147); }
H1.HeaderClassName
{
color: #2DF493;
}
.AnyTagClassName
{
color: #2DF493;
}
</style>
background-color css
<style>
a { background-color: #2DF493; }
a { background-color: rgb(45,244,147); }
div.DivClassName
{
background-color: #2DF493;
}
.BgClassName
{
background-color: #2DF493;
}
</style>
border-color css
<style>
span { border-color: #2DF493; }
span { border-color: rgb(45,244,147); }
td.TdClassName
{
border-color: #2DF493;
}
.TagClassName
{
border-color: #2DF493;
}
</style>