Html Css Color HEX #2CF007 Harlequin

📋 copy color: '#2CF007'

red 44 ◦ green 240 ◦ blue 7

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

Shades of Harlequin #2CF007

Tints of Harlequin #2CF007

RGB

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

 GREEN value IS 240 (94.14% from 255) = 82.47%

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

R = 15.12%
G = 82.47%
B = 2.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#2CF007 (or 0x2CF007) is known color: Harlequin. HEX triplet: 2C, F0 and 07. RGB value is (44,240,7). Sum of RGB (Red+Green+Blue) = 44+240+7=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 240 (94.14% from 255 or 82.47% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF007 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF007 is #D30FF8. Grayscale: #9B9B9B. Windows color (decimal): -13832185 or 520236. OLE color: 520236.

HSL color Cylindrical-coordinate representation of color #2CF007: hue angle of 110.47º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CF007 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 240 7 -
CMYK 0.82 0 0.97 0.06
HSL 110.47º 0.94% 0.48% -
HSV(B) 110.47º 0.97% 0.94% -
XYZ 32.24 62.87 10.64 -
YUV 154.83 44.57 48.95 -
System Red Green Blue C M Y K H S L
Decimal 44 240 7 0.82 0 0.97 0.06 110.47 0.94 0.48
Hex 2C F0 7 52 0 61 6 6E 5E 30
Octal 54 360 7 122 0 141 6 156 136 60
Binary 101100 11110000 111 1010010 0 1100001 110 1101110 1011110 110000

Color Harmonies of #2CF007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF007

Black with #2CF007

Text Example


Text Example

White with #2CF007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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