Html Css Color HEX #2CEC00 Harlequin

📋 copy color: '#2CEC00'

red 44 ◦ green 236 ◦ blue 0

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

Shades of Harlequin #2CEC00

Tints of Harlequin #2CEC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 84.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.71%
G = 84.29%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#2CEC00 (or 0x2CEC00) is known color: Harlequin. HEX triplet: 2C, EC and 00. RGB value is (44,236,0). Sum of RGB (Red+Green+Blue) = 44+236+0=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 236 (92.58% from 255 or 84.29% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEC00 is #D313FF. Grayscale: #989898. Windows color (decimal): -13833216 or 60460. OLE color: 60460.

HSL color Cylindrical-coordinate representation of color #2CEC00: hue angle of 108.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CEC00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 236 0 -
CMYK 0.81 0 1 0.07
HSL 108.81º 1% 0.46% -
HSV(B) 108.81º 1% 0.93% -
XYZ 31.03 60.53 10.05 -
YUV 151.69 42.39 51.19 -
System Red Green Blue C M Y K H S L
Decimal 44 236 0 0.81 0 1 0.07 108.81 1 0.46
Hex 2C EC 0 51 0 64 7 6D 64 2E
Octal 54 354 0 121 0 144 7 155 144 56
Binary 101100 11101100 0 1010001 0 1100100 111 1101101 1100100 101110

Color Harmonies of #2CEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEC00

Black with #2CEC00

Text Example


Text Example

White with #2CEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,236,0); }

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

background-color css

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

 a { background-color: rgb(44,236,0); }

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

border-color css

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

 span { border-color: rgb(44,236,0); }

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