#2CEE98

Color #2CEE98 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2CEE98

Tints of Shamrock #2CEE98

Color information

#2CEE98 (or 0x2CEE98) is unknown color: approx Shamrock. HEX triplet: 2C, EE and 98. RGB value is (44,238,152). Sum of RGB (Red+Green+Blue) = 44+238+152=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 238 (93.36% from 255 or 54.84% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEE98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEE98 is #D31167. Grayscale: #AAAAAA. Windows color (decimal): -13832552 or 10022444. OLE color: 10022444.

HSL color Cylindrical-coordinate representation of color #2CEE98: hue angle of 153.4º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEE98 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB44238152-
CMYK0.8200.360.07
HSL153.4º85.09%55.29%-
HSV(B)153.4º81.51%93.33%-
XYZ37.2863.9540.08-
YUV170.19117.7337.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.14%
GREEN value IS 238 (93.36% from 255) = 54.84%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=10.14%
G=54.84%
B=35.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal442381520.8200.360.07153.485.0955.29
Hex2CEE98520247995537
Octal54356230122044723112567
Binary101100111011101001100010100100100100111100110011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,238,152); }

 H1.HeaderClassName
 {
   color: #2CEE98;
 }
 .AnyTagClassName
 {
   color: #2CEE98;
 }
</style>
background-color css

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

 a { background-color: rgb(44,238,152); }

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

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

 span { border-color: rgb(44,238,152); }

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