Shades of Shamrock #2CF18B
Tints of Shamrock #2CF18B
RGB
CMYK
RGB Variations
Color information
#2CF18B (or 0x2CF18B) is known color: Shamrock. HEX triplet: 2C, F1 and 8B. RGB value is (44,241,139). Sum of RGB (Red+Green+Blue) = 44+241+139=424 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.38% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF18B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF18B is #D30E74. Grayscale: #AAAAAA. Windows color (decimal): -13831797 or 9171244. OLE color: 9171244.
HSL color Cylindrical-coordinate representation of color #2CF18B: hue angle of 148.93º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF18B is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 139 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.05 |
| HSL | 148.93º | 0.88% | 0.56% | - |
| HSV(B) | 148.93º | 0.82% | 0.95% | - |
| XYZ | 37.15 | 65.31 | 35.07 | - |
| YUV | 170.47 | 110.23 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 139 | 0.82 | 0 | 0.42 | 0.05 | 148.93 | 0.88 | 0.56 |
| Hex | 2C | F1 | 8B | 52 | 0 | 2A | 5 | 95 | 58 | 38 |
| Octal | 54 | 361 | 213 | 122 | 0 | 52 | 5 | 225 | 130 | 70 |
| Binary | 101100 | 11110001 | 10001011 | 1010010 | 0 | 101010 | 101 | 10010101 | 1011000 | 111000 |
Color Harmonies of #2CF18B
Complementary color
Monochromatic Colors of #2CF18B
Black with #2CF18B
Text Example
Text Example
White with #2CF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF18B; }
p { color: rgb(44,241,139); }
H1.HeaderClassName
{
color: #2CF18B;
}
.AnyTagClassName
{
color: #2CF18B;
}
</style>
background-color css
<style>
a { background-color: #2CF18B; }
a { background-color: rgb(44,241,139); }
div.DivClassName
{
background-color: #2CF18B;
}
.BgClassName
{
background-color: #2CF18B;
}
</style>
border-color css
<style>
span { border-color: #2CF18B; }
span { border-color: rgb(44,241,139); }
td.TdClassName
{
border-color: #2CF18B;
}
.TagClassName
{
border-color: #2CF18B;
}
</style>