#2CF50E

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

Shades of Harlequin #2CF50E

Tints of Harlequin #2CF50E

Color information

#2CF50E (or 0x2CF50E) is unknown color: approx Harlequin. HEX triplet: 2C, F5 and 0E. RGB value is (44,245,14). Sum of RGB (Red+Green+Blue) = 44+245+14=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 245 (96.09% from 255 or 80.86% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 245 - color contains mainly: green. Hex color #2CF50E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF50E is #D30AF1. Grayscale: #9F9F9F. Windows color (decimal): -13830898 or 980268. OLE color: 980268.

HSL color Cylindrical-coordinate representation of color #2CF50E: hue angle of 112.21º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CF50E is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB4424514-
CMYK0.8200.940.04
HSL112.21º92.03%50.78%-
HSV(B)112.21º94.29%96.08%-
XYZ33.7765.8711.35-
YUV158.5746.4146.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.52%
GREEN value IS 245 (96.09% from 255) = 80.86%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=14.52%
G=80.86%
B=4.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal44245140.8200.940.04112.2192.0350.78
Hex2CF5E5205E4705c33
Octal54365161220136416013463
Binary10110011110101111010100100101111010011100001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,245,14); }

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

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

 a { background-color: rgb(44,245,14); }

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

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

 span { border-color: rgb(44,245,14); }

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