Shades of Shamrock #2DF78F
Tints of Shamrock #2DF78F
RGB
CMYK
RGB Variations
Color information
#2DF78F (or 0x2DF78F) is known color: Shamrock. HEX triplet: 2D, F7 and 8F. RGB value is (45,247,143). Sum of RGB (Red+Green+Blue) = 45+247+143=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 247 (96.88% from 255 or 56.78% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF78F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF78F is #D20870. Grayscale: #AEAEAE. Windows color (decimal): -13764721 or 9434925. OLE color: 9434925.
HSL color Cylindrical-coordinate representation of color #2DF78F: hue angle of 149.11º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF78F is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 143 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.03 |
| HSL | 149.11º | 0.93% | 0.57% | - |
| HSV(B) | 149.11º | 0.82% | 0.97% | - |
| XYZ | 39.3 | 69.06 | 37.25 | - |
| YUV | 174.75 | 110.08 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 143 | 0.82 | 0 | 0.42 | 0.03 | 149.11 | 0.93 | 0.57 |
| Hex | 2D | F7 | 8F | 52 | 0 | 2A | 3 | 95 | 5D | 39 |
| Octal | 55 | 367 | 217 | 122 | 0 | 52 | 3 | 225 | 135 | 71 |
| Binary | 101101 | 11110111 | 10001111 | 1010010 | 0 | 101010 | 11 | 10010101 | 1011101 | 111001 |
Color Harmonies of #2DF78F
Complementary color
Monochromatic Colors of #2DF78F
Black with #2DF78F
Text Example
Text Example
White with #2DF78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF78F; }
p { color: rgb(45,247,143); }
H1.HeaderClassName
{
color: #2DF78F;
}
.AnyTagClassName
{
color: #2DF78F;
}
</style>
background-color css
<style>
a { background-color: #2DF78F; }
a { background-color: rgb(45,247,143); }
div.DivClassName
{
background-color: #2DF78F;
}
.BgClassName
{
background-color: #2DF78F;
}
</style>
border-color css
<style>
span { border-color: #2DF78F; }
span { border-color: rgb(45,247,143); }
td.TdClassName
{
border-color: #2DF78F;
}
.TagClassName
{
border-color: #2DF78F;
}
</style>