Shades of Shamrock #2DF398
Tints of Shamrock #2DF398
RGB
CMYK
RGB Variations
Color information
#2DF398 (or 0x2DF398) is known color: Shamrock. HEX triplet: 2D, F3 and 98. RGB value is (45,243,152). Sum of RGB (Red+Green+Blue) = 45+243+152=440 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.23% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF398 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF398 is #D20C67. Grayscale: #ADADAD. Windows color (decimal): -13765736 or 10023725. OLE color: 10023725.
HSL color Cylindrical-coordinate representation of color #2DF398: hue angle of 152.42º 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 #2DF398 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 152 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.05 |
| HSL | 152.42º | 0.89% | 0.56% | - |
| HSV(B) | 152.42º | 0.81% | 0.95% | - |
| XYZ | 38.8 | 66.93 | 40.58 | - |
| YUV | 173.42 | 115.9 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 152 | 0.81 | 0 | 0.37 | 0.05 | 152.42 | 0.89 | 0.56 |
| Hex | 2D | F3 | 98 | 51 | 0 | 25 | 5 | 98 | 59 | 38 |
| Octal | 55 | 363 | 230 | 121 | 0 | 45 | 5 | 230 | 131 | 70 |
| Binary | 101101 | 11110011 | 10011000 | 1010001 | 0 | 100101 | 101 | 10011000 | 1011001 | 111000 |
Color Harmonies of #2DF398
Complementary color
Monochromatic Colors of #2DF398
Black with #2DF398
Text Example
Text Example
White with #2DF398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF398; }
p { color: rgb(45,243,152); }
H1.HeaderClassName
{
color: #2DF398;
}
.AnyTagClassName
{
color: #2DF398;
}
</style>
background-color css
<style>
a { background-color: #2DF398; }
a { background-color: rgb(45,243,152); }
div.DivClassName
{
background-color: #2DF398;
}
.BgClassName
{
background-color: #2DF398;
}
</style>
border-color css
<style>
span { border-color: #2DF398; }
span { border-color: rgb(45,243,152); }
td.TdClassName
{
border-color: #2DF398;
}
.TagClassName
{
border-color: #2DF398;
}
</style>