Shades of Shamrock #2DF397
Tints of Shamrock #2DF397
RGB
CMYK
RGB Variations
Color information
#2DF397 (or 0x2DF397) is known color: Shamrock. HEX triplet: 2D, F3 and 97. RGB value is (45,243,151). Sum of RGB (Red+Green+Blue) = 45+243+151=439 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.25% from 439); Green value is 243 (95.31% from 255 or 55.35% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF397 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF397 is #D20C68. Grayscale: #ADADAD. Windows color (decimal): -13765737 or 9958189. OLE color: 9958189.
HSL color Cylindrical-coordinate representation of color #2DF397: hue angle of 152.12º 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 #2DF397 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 151 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.05 |
| HSL | 152.12º | 0.89% | 0.56% | - |
| HSV(B) | 152.12º | 0.81% | 0.95% | - |
| XYZ | 38.72 | 66.89 | 40.15 | - |
| YUV | 173.31 | 115.4 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 151 | 0.81 | 0 | 0.38 | 0.05 | 152.12 | 0.89 | 0.56 |
| Hex | 2D | F3 | 97 | 51 | 0 | 26 | 5 | 98 | 59 | 38 |
| Octal | 55 | 363 | 227 | 121 | 0 | 46 | 5 | 230 | 131 | 70 |
| Binary | 101101 | 11110011 | 10010111 | 1010001 | 0 | 100110 | 101 | 10011000 | 1011001 | 111000 |
Color Harmonies of #2DF397
Complementary color
Monochromatic Colors of #2DF397
Black with #2DF397
Text Example
Text Example
White with #2DF397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF397; }
p { color: rgb(45,243,151); }
H1.HeaderClassName
{
color: #2DF397;
}
.AnyTagClassName
{
color: #2DF397;
}
</style>
background-color css
<style>
a { background-color: #2DF397; }
a { background-color: rgb(45,243,151); }
div.DivClassName
{
background-color: #2DF397;
}
.BgClassName
{
background-color: #2DF397;
}
</style>
border-color css
<style>
span { border-color: #2DF397; }
span { border-color: rgb(45,243,151); }
td.TdClassName
{
border-color: #2DF397;
}
.TagClassName
{
border-color: #2DF397;
}
</style>