Html Css Color HEX #2CC59E Shamrock

📋 copy color: '#2CC59E'

red 44 ◦ green 197 ◦ blue 158

#2CC59E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #2CC59E

Tints of Shamrock #2CC59E

RGB

 RED value IS 44 (17.58% from 255) = 11.03%

 GREEN value IS 197 (77.34% from 255) = 49.37%

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 11.03%
G = 49.37%
B = 39.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2CC59E (or 0x2CC59E) is known color: Shamrock. HEX triplet: 2C, C5 and 9E. RGB value is (44,197,158). Sum of RGB (Red+Green+Blue) = 44+197+158=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC59E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC59E is #D33A61. Grayscale: #929292. Windows color (decimal): -13843042 or 10405164. OLE color: 10405164.

HSL color Cylindrical-coordinate representation of color #2CC59E: hue angle of 164.71º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC59E is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 44 197 158 -
CMYK 0.78 0 0.20 0.23
HSL 164.71º 0.63% 0.47% -
HSV(B) 164.71º 0.78% 0.77% -
XYZ 27.18 42.94 39.2 -
YUV 146.81 134.31 54.67 -
System Red Green Blue C M Y K H S L
Decimal 44 197 158 0.78 0 0.20 0.23 164.71 0.63 0.47
Hex 2C C5 9E 4E 0 14 17 A5 3F 2F
Octal 54 305 236 116 0 24 27 245 77 57
Binary 101100 11000101 10011110 1001110 0 10100 10111 10100101 111111 101111

Color Harmonies of #2CC59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC59E

Black with #2CC59E

Text Example


Text Example

White with #2CC59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CC59E; }

 p { color: rgb(44,197,158); }

 H1.HeaderClassName
 {
   color: #2CC59E;
 }
 .AnyTagClassName
 {
   color: #2CC59E;
 }
</style>

background-color css

<style>
 a { background-color: #2CC59E; }

 a { background-color: rgb(44,197,158); }

 div.DivClassName
 {
   background-color: #2CC59E;
 }
 .BgClassName
 {
   background-color: #2CC59E;
 }
</style>

border-color css

<style>
 span { border-color: #2CC59E; }

 span { border-color: rgb(44,197,158); }

 td.TdClassName
 {
   border-color: #2CC59E;
 }
 .TagClassName
 {
   border-color: #2CC59E;
 }
</style>