Shades of Shamrock #2FF283
Tints of Shamrock #2FF283
RGB
CMYK
RGB Variations
Color information
#2FF283 (or 0x2FF283) is known color: Shamrock. HEX triplet: 2F, F2 and 83. RGB value is (47,242,131). Sum of RGB (Red+Green+Blue) = 47+242+131=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 242 (94.92% from 255 or 57.62% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF283 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF283 is #D00D7C. Grayscale: #ABABAB. Windows color (decimal): -13634941 or 8647215. OLE color: 8647215.
HSL color Cylindrical-coordinate representation of color #2FF283: hue angle of 145.85º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF283 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 131 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.05 |
| HSL | 145.85º | 0.88% | 0.57% | - |
| HSV(B) | 145.85º | 0.81% | 0.95% | - |
| XYZ | 37.02 | 65.75 | 32.21 | - |
| YUV | 171.04 | 105.4 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 131 | 0.81 | 0 | 0.46 | 0.05 | 145.85 | 0.88 | 0.57 |
| Hex | 2F | F2 | 83 | 51 | 0 | 2E | 5 | 92 | 58 | 39 |
| Octal | 57 | 362 | 203 | 121 | 0 | 56 | 5 | 222 | 130 | 71 |
| Binary | 101111 | 11110010 | 10000011 | 1010001 | 0 | 101110 | 101 | 10010010 | 1011000 | 111001 |
Color Harmonies of #2FF283
Complementary color
Monochromatic Colors of #2FF283
Black with #2FF283
Text Example
Text Example
White with #2FF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF283; }
p { color: rgb(47,242,131); }
H1.HeaderClassName
{
color: #2FF283;
}
.AnyTagClassName
{
color: #2FF283;
}
</style>
background-color css
<style>
a { background-color: #2FF283; }
a { background-color: rgb(47,242,131); }
div.DivClassName
{
background-color: #2FF283;
}
.BgClassName
{
background-color: #2FF283;
}
</style>
border-color css
<style>
span { border-color: #2FF283; }
span { border-color: rgb(47,242,131); }
td.TdClassName
{
border-color: #2FF283;
}
.TagClassName
{
border-color: #2FF283;
}
</style>