Shades of Shamrock #2FF38B
Tints of Shamrock #2FF38B
RGB
CMYK
RGB Variations
Color information
#2FF38B (or 0x2FF38B) is known color: Shamrock. HEX triplet: 2F, F3 and 8B. RGB value is (47,243,139). Sum of RGB (Red+Green+Blue) = 47+243+139=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF38B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF38B is #D00C74. Grayscale: #ACACAC. Windows color (decimal): -13634677 or 9171759. OLE color: 9171759.
HSL color Cylindrical-coordinate representation of color #2FF38B: hue angle of 148.16º degrees, saturation: 0.89, 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 #2FF38B is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 139 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.05 |
| HSL | 148.16º | 0.89% | 0.57% | - |
| HSV(B) | 148.16º | 0.81% | 0.95% | - |
| XYZ | 37.88 | 66.57 | 35.28 | - |
| YUV | 172.54 | 109.07 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 139 | 0.81 | 0 | 0.43 | 0.05 | 148.16 | 0.89 | 0.57 |
| Hex | 2F | F3 | 8B | 51 | 0 | 2B | 5 | 94 | 59 | 39 |
| Octal | 57 | 363 | 213 | 121 | 0 | 53 | 5 | 224 | 131 | 71 |
| Binary | 101111 | 11110011 | 10001011 | 1010001 | 0 | 101011 | 101 | 10010100 | 1011001 | 111001 |
Color Harmonies of #2FF38B
Complementary color
Monochromatic Colors of #2FF38B
Black with #2FF38B
Text Example
Text Example
White with #2FF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF38B; }
p { color: rgb(47,243,139); }
H1.HeaderClassName
{
color: #2FF38B;
}
.AnyTagClassName
{
color: #2FF38B;
}
</style>
background-color css
<style>
a { background-color: #2FF38B; }
a { background-color: rgb(47,243,139); }
div.DivClassName
{
background-color: #2FF38B;
}
.BgClassName
{
background-color: #2FF38B;
}
</style>
border-color css
<style>
span { border-color: #2FF38B; }
span { border-color: rgb(47,243,139); }
td.TdClassName
{
border-color: #2FF38B;
}
.TagClassName
{
border-color: #2FF38B;
}
</style>