Shades of Shamrock #2DF184
Tints of Shamrock #2DF184
RGB
CMYK
RGB Variations
Color information
#2DF184 (or 0x2DF184) is known color: Shamrock. HEX triplet: 2D, F1 and 84. RGB value is (45,241,132). Sum of RGB (Red+Green+Blue) = 45+241+132=418 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.77% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF184 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF184 is #D20E7B. Grayscale: #AAAAAA. Windows color (decimal): -13766268 or 8712493. OLE color: 8712493.
HSL color Cylindrical-coordinate representation of color #2DF184: hue angle of 146.63º 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 #2DF184 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 132 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.05 |
| HSL | 146.63º | 0.88% | 0.56% | - |
| HSV(B) | 146.63º | 0.81% | 0.95% | - |
| XYZ | 36.7 | 65.13 | 32.47 | - |
| YUV | 169.97 | 106.57 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 132 | 0.81 | 0 | 0.45 | 0.05 | 146.63 | 0.88 | 0.56 |
| Hex | 2D | F1 | 84 | 51 | 0 | 2D | 5 | 93 | 58 | 38 |
| Octal | 55 | 361 | 204 | 121 | 0 | 55 | 5 | 223 | 130 | 70 |
| Binary | 101101 | 11110001 | 10000100 | 1010001 | 0 | 101101 | 101 | 10010011 | 1011000 | 111000 |
Color Harmonies of #2DF184
Complementary color
Monochromatic Colors of #2DF184
Black with #2DF184
Text Example
Text Example
White with #2DF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF184; }
p { color: rgb(45,241,132); }
H1.HeaderClassName
{
color: #2DF184;
}
.AnyTagClassName
{
color: #2DF184;
}
</style>
background-color css
<style>
a { background-color: #2DF184; }
a { background-color: rgb(45,241,132); }
div.DivClassName
{
background-color: #2DF184;
}
.BgClassName
{
background-color: #2DF184;
}
</style>
border-color css
<style>
span { border-color: #2DF184; }
span { border-color: rgb(45,241,132); }
td.TdClassName
{
border-color: #2DF184;
}
.TagClassName
{
border-color: #2DF184;
}
</style>