Shades of Shamrock #2FE585
Tints of Shamrock #2FE585
RGB
CMYK
RGB Variations
Color information
#2FE585 (or 0x2FE585) is known color: Shamrock. HEX triplet: 2F, E5 and 85. RGB value is (47,229,133). Sum of RGB (Red+Green+Blue) = 47+229+133=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 229 (89.84% from 255 or 55.99% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE585 is #D01A7A. Grayscale: #A3A3A3. Windows color (decimal): -13638267 or 8774959. OLE color: 8774959.
HSL color Cylindrical-coordinate representation of color #2FE585: hue angle of 148.35º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE585 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 133 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.10 |
| HSL | 148.35º | 0.78% | 0.54% | - |
| HSV(B) | 148.35º | 0.79% | 0.9% | - |
| XYZ | 33.43 | 58.34 | 31.69 | - |
| YUV | 163.64 | 110.7 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 133 | 0.79 | 0 | 0.42 | 0.10 | 148.35 | 0.78 | 0.54 |
| Hex | 2F | E5 | 85 | 4F | 0 | 2A | A | 94 | 4E | 36 |
| Octal | 57 | 345 | 205 | 117 | 0 | 52 | 12 | 224 | 116 | 66 |
| Binary | 101111 | 11100101 | 10000101 | 1001111 | 0 | 101010 | 1010 | 10010100 | 1001110 | 110110 |
Color Harmonies of #2FE585
Complementary color
Monochromatic Colors of #2FE585
Black with #2FE585
Text Example
Text Example
White with #2FE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE585; }
p { color: rgb(47,229,133); }
H1.HeaderClassName
{
color: #2FE585;
}
.AnyTagClassName
{
color: #2FE585;
}
</style>
background-color css
<style>
a { background-color: #2FE585; }
a { background-color: rgb(47,229,133); }
div.DivClassName
{
background-color: #2FE585;
}
.BgClassName
{
background-color: #2FE585;
}
</style>
border-color css
<style>
span { border-color: #2FE585; }
span { border-color: rgb(47,229,133); }
td.TdClassName
{
border-color: #2FE585;
}
.TagClassName
{
border-color: #2FE585;
}
</style>