Shades of Shamrock #2FF38A
Tints of Shamrock #2FF38A
RGB
CMYK
RGB Variations
Color information
#2FF38A (or 0x2FF38A) is known color: Shamrock. HEX triplet: 2F, F3 and 8A. RGB value is (47,243,138). Sum of RGB (Red+Green+Blue) = 47+243+138=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 243 (95.31% from 255 or 56.78% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF38A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF38A is #D00C75. Grayscale: #ACACAC. Windows color (decimal): -13634678 or 9106223. OLE color: 9106223.
HSL color Cylindrical-coordinate representation of color #2FF38A: hue angle of 147.86º 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 #2FF38A is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 138 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.05 |
| HSL | 147.86º | 0.89% | 0.57% | - |
| HSV(B) | 147.86º | 0.81% | 0.95% | - |
| XYZ | 37.81 | 66.54 | 34.9 | - |
| YUV | 172.43 | 108.57 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 138 | 0.81 | 0 | 0.43 | 0.05 | 147.86 | 0.89 | 0.57 |
| Hex | 2F | F3 | 8A | 51 | 0 | 2B | 5 | 94 | 59 | 39 |
| Octal | 57 | 363 | 212 | 121 | 0 | 53 | 5 | 224 | 131 | 71 |
| Binary | 101111 | 11110011 | 10001010 | 1010001 | 0 | 101011 | 101 | 10010100 | 1011001 | 111001 |
Color Harmonies of #2FF38A
Complementary color
Monochromatic Colors of #2FF38A
Black with #2FF38A
Text Example
Text Example
White with #2FF38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF38A; }
p { color: rgb(47,243,138); }
H1.HeaderClassName
{
color: #2FF38A;
}
.AnyTagClassName
{
color: #2FF38A;
}
</style>
background-color css
<style>
a { background-color: #2FF38A; }
a { background-color: rgb(47,243,138); }
div.DivClassName
{
background-color: #2FF38A;
}
.BgClassName
{
background-color: #2FF38A;
}
</style>
border-color css
<style>
span { border-color: #2FF38A; }
span { border-color: rgb(47,243,138); }
td.TdClassName
{
border-color: #2FF38A;
}
.TagClassName
{
border-color: #2FF38A;
}
</style>