Html Css Color HEX #2CE007 Harlequin

📋 copy color: '#2CE007'

red 44 ◦ green 224 ◦ blue 7

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

Shades of Harlequin #2CE007

Tints of Harlequin #2CE007

RGB

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

 GREEN value IS 224 (87.89% from 255) = 81.45%

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 16%
G = 81.45%
B = 2.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#2CE007 (or 0x2CE007) is known color: Harlequin. HEX triplet: 2C, E0 and 07. RGB value is (44,224,7). Sum of RGB (Red+Green+Blue) = 44+224+7=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 224 (87.89% from 255 or 81.45% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE007 is #D31FF8. Grayscale: #929292. Windows color (decimal): -13836281 or 516140. OLE color: 516140.

HSL color Cylindrical-coordinate representation of color #2CE007: hue angle of 109.77º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CE007 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 224 7 -
CMYK 0.80 0 0.97 0.12
HSL 109.77º 0.94% 0.45% -
HSV(B) 109.77º 0.97% 0.88% -
XYZ 27.73 53.86 9.14 -
YUV 145.44 49.87 55.64 -
System Red Green Blue C M Y K H S L
Decimal 44 224 7 0.80 0 0.97 0.12 109.77 0.94 0.45
Hex 2C E0 7 50 0 61 C 6E 5E 2D
Octal 54 340 7 120 0 141 14 156 136 55
Binary 101100 11100000 111 1010000 0 1100001 1100 1101110 1011110 101101

Color Harmonies of #2CE007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE007

Black with #2CE007

Text Example


Text Example

White with #2CE007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,224,7); }

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

background-color css

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

 a { background-color: rgb(44,224,7); }

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

border-color css

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

 span { border-color: rgb(44,224,7); }

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