Shades of Shamrock #2DF18F
Tints of Shamrock #2DF18F
RGB
CMYK
RGB Variations
Color information
#2DF18F (or 0x2DF18F) is known color: Shamrock. HEX triplet: 2D, F1 and 8F. RGB value is (45,241,143). Sum of RGB (Red+Green+Blue) = 45+241+143=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF18F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF18F is #D20E70. Grayscale: #ABABAB. Windows color (decimal): -13766257 or 9433389. OLE color: 9433389.
HSL color Cylindrical-coordinate representation of color #2DF18F: hue angle of 150º 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 #2DF18F is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 143 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.05 |
| HSL | 150º | 0.88% | 0.56% | - |
| HSV(B) | 150º | 0.81% | 0.95% | - |
| XYZ | 37.5 | 65.45 | 36.64 | - |
| YUV | 171.22 | 112.07 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 143 | 0.81 | 0 | 0.41 | 0.05 | 150 | 0.88 | 0.56 |
| Hex | 2D | F1 | 8F | 51 | 0 | 29 | 5 | 96 | 58 | 38 |
| Octal | 55 | 361 | 217 | 121 | 0 | 51 | 5 | 226 | 130 | 70 |
| Binary | 101101 | 11110001 | 10001111 | 1010001 | 0 | 101001 | 101 | 10010110 | 1011000 | 111000 |
Color Harmonies of #2DF18F
Complementary color
Monochromatic Colors of #2DF18F
Black with #2DF18F
Text Example
Text Example
White with #2DF18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF18F; }
p { color: rgb(45,241,143); }
H1.HeaderClassName
{
color: #2DF18F;
}
.AnyTagClassName
{
color: #2DF18F;
}
</style>
background-color css
<style>
a { background-color: #2DF18F; }
a { background-color: rgb(45,241,143); }
div.DivClassName
{
background-color: #2DF18F;
}
.BgClassName
{
background-color: #2DF18F;
}
</style>
border-color css
<style>
span { border-color: #2DF18F; }
span { border-color: rgb(45,241,143); }
td.TdClassName
{
border-color: #2DF18F;
}
.TagClassName
{
border-color: #2DF18F;
}
</style>