Shades of Shamrock #2DF393
Tints of Shamrock #2DF393
RGB
CMYK
RGB Variations
Color information
#2DF393 (or 0x2DF393) is known color: Shamrock. HEX triplet: 2D, F3 and 93. RGB value is (45,243,147). Sum of RGB (Red+Green+Blue) = 45+243+147=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF393 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF393 is #D20C6C. Grayscale: #ADADAD. Windows color (decimal): -13765741 or 9696045. OLE color: 9696045.
HSL color Cylindrical-coordinate representation of color #2DF393: hue angle of 150.91º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF393 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 147 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.05 |
| HSL | 150.91º | 0.89% | 0.56% | - |
| HSV(B) | 150.91º | 0.81% | 0.95% | - |
| XYZ | 38.4 | 66.77 | 38.47 | - |
| YUV | 172.85 | 113.4 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 147 | 0.81 | 0 | 0.40 | 0.05 | 150.91 | 0.89 | 0.56 |
| Hex | 2D | F3 | 93 | 51 | 0 | 28 | 5 | 97 | 59 | 38 |
| Octal | 55 | 363 | 223 | 121 | 0 | 50 | 5 | 227 | 131 | 70 |
| Binary | 101101 | 11110011 | 10010011 | 1010001 | 0 | 101000 | 101 | 10010111 | 1011001 | 111000 |
Color Harmonies of #2DF393
Complementary color
Monochromatic Colors of #2DF393
Black with #2DF393
Text Example
Text Example
White with #2DF393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF393; }
p { color: rgb(45,243,147); }
H1.HeaderClassName
{
color: #2DF393;
}
.AnyTagClassName
{
color: #2DF393;
}
</style>
background-color css
<style>
a { background-color: #2DF393; }
a { background-color: rgb(45,243,147); }
div.DivClassName
{
background-color: #2DF393;
}
.BgClassName
{
background-color: #2DF393;
}
</style>
border-color css
<style>
span { border-color: #2DF393; }
span { border-color: rgb(45,243,147); }
td.TdClassName
{
border-color: #2DF393;
}
.TagClassName
{
border-color: #2DF393;
}
</style>