Shades of Shamrock #2DF295
Tints of Shamrock #2DF295
RGB
CMYK
RGB Variations
Color information
#2DF295 (or 0x2DF295) is known color: Shamrock. HEX triplet: 2D, F2 and 95. RGB value is (45,242,149). Sum of RGB (Red+Green+Blue) = 45+242+149=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF295 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF295 is #D20D6A. Grayscale: #ACACAC. Windows color (decimal): -13765995 or 9826861. OLE color: 9826861.
HSL color Cylindrical-coordinate representation of color #2DF295: hue angle of 151.68º degrees, saturation: 0.88, 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 #2DF295 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 149 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.05 |
| HSL | 151.68º | 0.88% | 0.56% | - |
| HSV(B) | 151.68º | 0.81% | 0.95% | - |
| XYZ | 38.26 | 66.23 | 39.2 | - |
| YUV | 172.5 | 114.73 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 149 | 0.81 | 0 | 0.38 | 0.05 | 151.68 | 0.88 | 0.56 |
| Hex | 2D | F2 | 95 | 51 | 0 | 26 | 5 | 98 | 58 | 38 |
| Octal | 55 | 362 | 225 | 121 | 0 | 46 | 5 | 230 | 130 | 70 |
| Binary | 101101 | 11110010 | 10010101 | 1010001 | 0 | 100110 | 101 | 10011000 | 1011000 | 111000 |
Color Harmonies of #2DF295
Complementary color
Monochromatic Colors of #2DF295
Black with #2DF295
Text Example
Text Example
White with #2DF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF295; }
p { color: rgb(45,242,149); }
H1.HeaderClassName
{
color: #2DF295;
}
.AnyTagClassName
{
color: #2DF295;
}
</style>
background-color css
<style>
a { background-color: #2DF295; }
a { background-color: rgb(45,242,149); }
div.DivClassName
{
background-color: #2DF295;
}
.BgClassName
{
background-color: #2DF295;
}
</style>
border-color css
<style>
span { border-color: #2DF295; }
span { border-color: rgb(45,242,149); }
td.TdClassName
{
border-color: #2DF295;
}
.TagClassName
{
border-color: #2DF295;
}
</style>