Shades of Shamrock #2DF19B
Tints of Shamrock #2DF19B
RGB
CMYK
RGB Variations
Color information
#2DF19B (or 0x2DF19B) is known color: Shamrock. HEX triplet: 2D, F1 and 9B. RGB value is (45,241,155). Sum of RGB (Red+Green+Blue) = 45+241+155=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF19B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF19B is #D20E64. Grayscale: #ACACAC. Windows color (decimal): -13766245 or 10219821. OLE color: 10219821.
HSL color Cylindrical-coordinate representation of color #2DF19B: hue angle of 153.67º 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 #2DF19B is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 155 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.05 |
| HSL | 153.67º | 0.88% | 0.56% | - |
| HSV(B) | 153.67º | 0.81% | 0.95% | - |
| XYZ | 38.45 | 65.84 | 41.69 | - |
| YUV | 172.59 | 118.07 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 155 | 0.81 | 0 | 0.36 | 0.05 | 153.67 | 0.88 | 0.56 |
| Hex | 2D | F1 | 9B | 51 | 0 | 24 | 5 | 9A | 58 | 38 |
| Octal | 55 | 361 | 233 | 121 | 0 | 44 | 5 | 232 | 130 | 70 |
| Binary | 101101 | 11110001 | 10011011 | 1010001 | 0 | 100100 | 101 | 10011010 | 1011000 | 111000 |
Color Harmonies of #2DF19B
Complementary color
Monochromatic Colors of #2DF19B
Black with #2DF19B
Text Example
Text Example
White with #2DF19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF19B; }
p { color: rgb(45,241,155); }
H1.HeaderClassName
{
color: #2DF19B;
}
.AnyTagClassName
{
color: #2DF19B;
}
</style>
background-color css
<style>
a { background-color: #2DF19B; }
a { background-color: rgb(45,241,155); }
div.DivClassName
{
background-color: #2DF19B;
}
.BgClassName
{
background-color: #2DF19B;
}
</style>
border-color css
<style>
span { border-color: #2DF19B; }
span { border-color: rgb(45,241,155); }
td.TdClassName
{
border-color: #2DF19B;
}
.TagClassName
{
border-color: #2DF19B;
}
</style>