#2CE914

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

Shades of Harlequin #2CE914

Tints of Harlequin #2CE914

Color information

#2CE914 (or 0x2CE914) is unknown color: approx Harlequin. HEX triplet: 2C, E9 and 14. RGB value is (44,233,20). Sum of RGB (Red+Green+Blue) = 44+233+20=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 233 (91.41% from 255 or 78.45% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CE914 is #D316EB. Grayscale: #989898. Windows color (decimal): -13833964 or 1370412. OLE color: 1370412.

HSL color Cylindrical-coordinate representation of color #2CE914: hue angle of 113.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CE914 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB4423320-
CMYK0.8100.910.09
HSL113.24º84.19%49.61%-
HSV(B)113.24º91.42%91.37%-
XYZ30.358.8610.43-
YUV152.2153.3850.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 233 (91.41% from 255) = 78.45%
BLUE value IS 20 (8.20% from 255) = 6.73%
R=14.81%
G=78.45%
B=6.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal44233200.8100.910.09113.2484.1949.61
Hex2CE9145105B9715432
Octal543512412101331116112462
Binary1011001110100110100101000101011011100111100011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,233,20); }

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

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

 a { background-color: rgb(44,233,20); }

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

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

 span { border-color: rgb(44,233,20); }

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