Html Css Color HEX #2CD701 Harlequin

📋 copy color: '#2CD701'

red 44 ◦ green 215 ◦ blue 1

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

Shades of Harlequin #2CD701

Tints of Harlequin #2CD701

RGB

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

 GREEN value IS 215 (84.38% from 255) = 82.69%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 16.92%
G = 82.69%
B = 0.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#2CD701 (or 0x2CD701) is known color: Harlequin. HEX triplet: 2C, D7 and 01. RGB value is (44,215,1). Sum of RGB (Red+Green+Blue) = 44+215+1=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 215 (84.38% from 255 or 82.69% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD701 is #D328FE. Grayscale: #8C8C8C. Windows color (decimal): -13838591 or 120620. OLE color: 120620.

HSL color Cylindrical-coordinate representation of color #2CD701: hue angle of 107.94º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CD701 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 215 1 -
CMYK 0.80 0 1.00 0.16
HSL 107.94º 0.99% 0.42% -
HSV(B) 107.94º 1% 0.84% -
XYZ 25.34 49.14 8.18 -
YUV 139.48 49.85 59.9 -
System Red Green Blue C M Y K H S L
Decimal 44 215 1 0.80 0 1.00 0.16 107.94 0.99 0.42
Hex 2C D7 1 50 0 64 10 6C 63 2A
Octal 54 327 1 120 0 144 20 154 143 52
Binary 101100 11010111 1 1010000 0 1100100 10000 1101100 1100011 101010

Color Harmonies of #2CD701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD701

Black with #2CD701

Text Example


Text Example

White with #2CD701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,215,1); }

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

background-color css

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

 a { background-color: rgb(44,215,1); }

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

border-color css

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

 span { border-color: rgb(44,215,1); }

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