Shades of Shamrock #2CD68A
Tints of Shamrock #2CD68A
RGB
CMYK
RGB Variations
Color information
#2CD68A (or 0x2CD68A) is known color: Shamrock. HEX triplet: 2C, D6 and 8A. RGB value is (44,214,138). Sum of RGB (Red+Green+Blue) = 44+214+138=396 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.11% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CD68A is #D32975. Grayscale: #9A9A9A. Windows color (decimal): -13838710 or 9098796. OLE color: 9098796.
HSL color Cylindrical-coordinate representation of color #2CD68A: hue angle of 153.18º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD68A is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 214 | 138 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.16 |
| HSL | 153.18º | 0.67% | 0.51% | - |
| HSV(B) | 153.18º | 0.79% | 0.84% | - |
| XYZ | 29.67 | 50.46 | 32.22 | - |
| YUV | 154.51 | 118.68 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 214 | 138 | 0.79 | 0 | 0.36 | 0.16 | 153.18 | 0.67 | 0.51 |
| Hex | 2C | D6 | 8A | 4F | 0 | 24 | 10 | 99 | 43 | 33 |
| Octal | 54 | 326 | 212 | 117 | 0 | 44 | 20 | 231 | 103 | 63 |
| Binary | 101100 | 11010110 | 10001010 | 1001111 | 0 | 100100 | 10000 | 10011001 | 1000011 | 110011 |
Color Harmonies of #2CD68A
Complementary color
Monochromatic Colors of #2CD68A
Black with #2CD68A
Text Example
Text Example
White with #2CD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD68A; }
p { color: rgb(44,214,138); }
H1.HeaderClassName
{
color: #2CD68A;
}
.AnyTagClassName
{
color: #2CD68A;
}
</style>
background-color css
<style>
a { background-color: #2CD68A; }
a { background-color: rgb(44,214,138); }
div.DivClassName
{
background-color: #2CD68A;
}
.BgClassName
{
background-color: #2CD68A;
}
</style>
border-color css
<style>
span { border-color: #2CD68A; }
span { border-color: rgb(44,214,138); }
td.TdClassName
{
border-color: #2CD68A;
}
.TagClassName
{
border-color: #2CD68A;
}
</style>