#2CE690

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

Shades of Shamrock #2CE690

Tints of Shamrock #2CE690

Color information

#2CE690 (or 0x2CE690) is unknown color: approx Shamrock. HEX triplet: 2C, E6 and 90. RGB value is (44,230,144). Sum of RGB (Red+Green+Blue) = 44+230+144=418 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.53% from 418); Green value is 230 (90.23% from 255 or 55.02% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE690 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CE690 is #D3196F. Grayscale: #A4A4A4. Windows color (decimal): -13834608 or 9496108. OLE color: 9496108.

HSL color Cylindrical-coordinate representation of color #2CE690: hue angle of 152.26º 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 #2CE690 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB44230144-
CMYK0.8100.370.10
HSL152.26º78.81%53.73%-
HSV(B)152.26º80.87%90.2%-
XYZ34.3759.1435.99-
YUV164.58116.3841.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.53%
GREEN value IS 230 (90.23% from 255) = 55.02%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=10.53%
G=55.02%
B=34.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal442301440.8100.370.10152.2678.8153.73
Hex2CE69051025A984f36
Octal543462201210451223011766
Binary1011001110011010010000101000101001011010100110001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,230,144); }

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

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

 a { background-color: rgb(44,230,144); }

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

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

 span { border-color: rgb(44,230,144); }

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