Shades of Shamrock #2DF38D
Tints of Shamrock #2DF38D
RGB
CMYK
RGB Variations
Color information
#2DF38D (or 0x2DF38D) is known color: Shamrock. HEX triplet: 2D, F3 and 8D. RGB value is (45,243,141). Sum of RGB (Red+Green+Blue) = 45+243+141=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF38D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF38D is #D20C72. Grayscale: #ACACAC. Windows color (decimal): -13765747 or 9302829. OLE color: 9302829.
HSL color Cylindrical-coordinate representation of color #2DF38D: hue angle of 149.09º 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 #2DF38D is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 141 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.05 |
| HSL | 149.09º | 0.89% | 0.56% | - |
| HSV(B) | 149.09º | 0.81% | 0.95% | - |
| XYZ | 37.94 | 66.58 | 36.05 | - |
| YUV | 172.17 | 110.4 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 141 | 0.81 | 0 | 0.42 | 0.05 | 149.09 | 0.89 | 0.56 |
| Hex | 2D | F3 | 8D | 51 | 0 | 2A | 5 | 95 | 59 | 38 |
| Octal | 55 | 363 | 215 | 121 | 0 | 52 | 5 | 225 | 131 | 70 |
| Binary | 101101 | 11110011 | 10001101 | 1010001 | 0 | 101010 | 101 | 10010101 | 1011001 | 111000 |
Color Harmonies of #2DF38D
Complementary color
Monochromatic Colors of #2DF38D
Black with #2DF38D
Text Example
Text Example
White with #2DF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF38D; }
p { color: rgb(45,243,141); }
H1.HeaderClassName
{
color: #2DF38D;
}
.AnyTagClassName
{
color: #2DF38D;
}
</style>
background-color css
<style>
a { background-color: #2DF38D; }
a { background-color: rgb(45,243,141); }
div.DivClassName
{
background-color: #2DF38D;
}
.BgClassName
{
background-color: #2DF38D;
}
</style>
border-color css
<style>
span { border-color: #2DF38D; }
span { border-color: rgb(45,243,141); }
td.TdClassName
{
border-color: #2DF38D;
}
.TagClassName
{
border-color: #2DF38D;
}
</style>