Shades of Shamrock #2DF38B
Tints of Shamrock #2DF38B
RGB
CMYK
RGB Variations
Color information
#2DF38B (or 0x2DF38B) is known color: Shamrock. HEX triplet: 2D, F3 and 8B. RGB value is (45,243,139). Sum of RGB (Red+Green+Blue) = 45+243+139=427 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.54% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF38B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF38B is #D20C74. Grayscale: #ACACAC. Windows color (decimal): -13765749 or 9171757. OLE color: 9171757.
HSL color Cylindrical-coordinate representation of color #2DF38B: hue angle of 148.48º 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 #2DF38B is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 139 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.05 |
| HSL | 148.48º | 0.89% | 0.56% | - |
| HSV(B) | 148.48º | 0.81% | 0.95% | - |
| XYZ | 37.79 | 66.52 | 35.27 | - |
| YUV | 171.94 | 109.4 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 139 | 0.81 | 0 | 0.43 | 0.05 | 148.48 | 0.89 | 0.56 |
| Hex | 2D | F3 | 8B | 51 | 0 | 2B | 5 | 94 | 59 | 38 |
| Octal | 55 | 363 | 213 | 121 | 0 | 53 | 5 | 224 | 131 | 70 |
| Binary | 101101 | 11110011 | 10001011 | 1010001 | 0 | 101011 | 101 | 10010100 | 1011001 | 111000 |
Color Harmonies of #2DF38B
Complementary color
Monochromatic Colors of #2DF38B
Black with #2DF38B
Text Example
Text Example
White with #2DF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF38B; }
p { color: rgb(45,243,139); }
H1.HeaderClassName
{
color: #2DF38B;
}
.AnyTagClassName
{
color: #2DF38B;
}
</style>
background-color css
<style>
a { background-color: #2DF38B; }
a { background-color: rgb(45,243,139); }
div.DivClassName
{
background-color: #2DF38B;
}
.BgClassName
{
background-color: #2DF38B;
}
</style>
border-color css
<style>
span { border-color: #2DF38B; }
span { border-color: rgb(45,243,139); }
td.TdClassName
{
border-color: #2DF38B;
}
.TagClassName
{
border-color: #2DF38B;
}
</style>