Shades of Shamrock #2CF39A
Tints of Shamrock #2CF39A
RGB
CMYK
RGB Variations
Color information
#2CF39A (or 0x2CF39A) is known color: Shamrock. HEX triplet: 2C, F3 and 9A. RGB value is (44,243,154). Sum of RGB (Red+Green+Blue) = 44+243+154=441 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.98% from 441); Green value is 243 (95.31% from 255 or 55.10% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF39A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF39A is #D30C65. Grayscale: #ADADAD. Windows color (decimal): -13831270 or 10154796. OLE color: 10154796.
HSL color Cylindrical-coordinate representation of color #2CF39A: hue angle of 153.17º degrees, saturation: 0.89, 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 #2CF39A is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 154 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.05 |
| HSL | 153.17º | 0.89% | 0.56% | - |
| HSV(B) | 153.17º | 0.82% | 0.95% | - |
| XYZ | 38.92 | 66.97 | 41.45 | - |
| YUV | 173.35 | 117.07 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 154 | 0.82 | 0 | 0.37 | 0.05 | 153.17 | 0.89 | 0.56 |
| Hex | 2C | F3 | 9A | 52 | 0 | 25 | 5 | 99 | 59 | 38 |
| Octal | 54 | 363 | 232 | 122 | 0 | 45 | 5 | 231 | 131 | 70 |
| Binary | 101100 | 11110011 | 10011010 | 1010010 | 0 | 100101 | 101 | 10011001 | 1011001 | 111000 |
Color Harmonies of #2CF39A
Complementary color
Monochromatic Colors of #2CF39A
Black with #2CF39A
Text Example
Text Example
White with #2CF39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF39A; }
p { color: rgb(44,243,154); }
H1.HeaderClassName
{
color: #2CF39A;
}
.AnyTagClassName
{
color: #2CF39A;
}
</style>
background-color css
<style>
a { background-color: #2CF39A; }
a { background-color: rgb(44,243,154); }
div.DivClassName
{
background-color: #2CF39A;
}
.BgClassName
{
background-color: #2CF39A;
}
</style>
border-color css
<style>
span { border-color: #2CF39A; }
span { border-color: rgb(44,243,154); }
td.TdClassName
{
border-color: #2CF39A;
}
.TagClassName
{
border-color: #2CF39A;
}
</style>