Shades of Shamrock #2CE69B
Tints of Shamrock #2CE69B
RGB
CMYK
RGB Variations
Color information
#2CE69B (or 0x2CE69B) is known color: Shamrock. HEX triplet: 2C, E6 and 9B. RGB value is (44,230,155). Sum of RGB (Red+Green+Blue) = 44+230+155=429 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.26% from 429); Green value is 230 (90.23% from 255 or 53.61% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE69B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CE69B is #D31964. Grayscale: #A5A5A5. Windows color (decimal): -13834597 or 10217004. OLE color: 10217004.
HSL color Cylindrical-coordinate representation of color #2CE69B: hue angle of 155.81º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE69B is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 230 | 155 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.10 |
| HSL | 155.81º | 0.79% | 0.54% | - |
| HSV(B) | 155.81º | 0.81% | 0.9% | - |
| XYZ | 35.25 | 59.5 | 40.64 | - |
| YUV | 165.84 | 121.88 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 155 | 0.81 | 0 | 0.33 | 0.10 | 155.81 | 0.79 | 0.54 |
| Hex | 2C | E6 | 9B | 51 | 0 | 21 | A | 9C | 4F | 36 |
| Octal | 54 | 346 | 233 | 121 | 0 | 41 | 12 | 234 | 117 | 66 |
| Binary | 101100 | 11100110 | 10011011 | 1010001 | 0 | 100001 | 1010 | 10011100 | 1001111 | 110110 |
Color Harmonies of #2CE69B
Complementary color
Monochromatic Colors of #2CE69B
Black with #2CE69B
Text Example
Text Example
White with #2CE69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE69B; }
p { color: rgb(44,230,155); }
H1.HeaderClassName
{
color: #2CE69B;
}
.AnyTagClassName
{
color: #2CE69B;
}
</style>
background-color css
<style>
a { background-color: #2CE69B; }
a { background-color: rgb(44,230,155); }
div.DivClassName
{
background-color: #2CE69B;
}
.BgClassName
{
background-color: #2CE69B;
}
</style>
border-color css
<style>
span { border-color: #2CE69B; }
span { border-color: rgb(44,230,155); }
td.TdClassName
{
border-color: #2CE69B;
}
.TagClassName
{
border-color: #2CE69B;
}
</style>