Shades of Shamrock #2ADF7B
Tints of Shamrock #2ADF7B
RGB
CMYK
RGB Variations
Color information
#2ADF7B (or 0x2ADF7B) is known color: Shamrock. HEX triplet: 2A, DF and 7B. RGB value is (42,223,123). Sum of RGB (Red+Green+Blue) = 42+223+123=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 223 (87.5% from 255 or 57.47% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF7B is #D52084. Grayscale: #9D9D9D. Windows color (decimal): -13967493 or 8118058. OLE color: 8118058.
HSL color Cylindrical-coordinate representation of color #2ADF7B: hue angle of 146.85º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF7B is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 123 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.13 |
| HSL | 146.85º | 0.74% | 0.52% | - |
| HSV(B) | 146.85º | 0.81% | 0.87% | - |
| XYZ | 30.92 | 54.7 | 27.67 | - |
| YUV | 157.48 | 108.53 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 123 | 0.81 | 0 | 0.45 | 0.13 | 146.85 | 0.74 | 0.52 |
| Hex | 2A | DF | 7B | 51 | 0 | 2D | D | 93 | 4A | 34 |
| Octal | 52 | 337 | 173 | 121 | 0 | 55 | 15 | 223 | 112 | 64 |
| Binary | 101010 | 11011111 | 1111011 | 1010001 | 0 | 101101 | 1101 | 10010011 | 1001010 | 110100 |
Color Harmonies of #2ADF7B
Complementary color
Monochromatic Colors of #2ADF7B
Black with #2ADF7B
Text Example
Text Example
White with #2ADF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF7B; }
p { color: rgb(42,223,123); }
H1.HeaderClassName
{
color: #2ADF7B;
}
.AnyTagClassName
{
color: #2ADF7B;
}
</style>
background-color css
<style>
a { background-color: #2ADF7B; }
a { background-color: rgb(42,223,123); }
div.DivClassName
{
background-color: #2ADF7B;
}
.BgClassName
{
background-color: #2ADF7B;
}
</style>
border-color css
<style>
span { border-color: #2ADF7B; }
span { border-color: rgb(42,223,123); }
td.TdClassName
{
border-color: #2ADF7B;
}
.TagClassName
{
border-color: #2ADF7B;
}
</style>