Html Css Color HEX #2CF700 Harlequin

📋 copy color: '#2CF700'

red 44 ◦ green 247 ◦ blue 0

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

Shades of Harlequin #2CF700

Tints of Harlequin #2CF700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 84.88%

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

R = 15.12%
G = 84.88%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#2CF700 (or 0x2CF700) is known color: Harlequin. HEX triplet: 2C, F7 and 00. RGB value is (44,247,0). Sum of RGB (Red+Green+Blue) = 44+247+0=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 247 (96.88% from 255 or 84.88% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF700 is #D308FF. Grayscale: #9E9E9E. Windows color (decimal): -13830400 or 63276. OLE color: 63276.

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

Color convert

RGB 44 247 0 -
CMYK 0.82 0 1 0.03
HSL 109.31º 1% 0.48% -
HSV(B) 109.31º 1% 0.97% -
XYZ 34.3 67.06 11.14 -
YUV 158.15 38.75 46.58 -
System Red Green Blue C M Y K H S L
Decimal 44 247 0 0.82 0 1 0.03 109.31 1 0.48
Hex 2C F7 0 52 0 64 3 6D 64 30
Octal 54 367 0 122 0 144 3 155 144 60
Binary 101100 11110111 0 1010010 0 1100100 11 1101101 1100100 110000

Color Harmonies of #2CF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF700

Black with #2CF700

Text Example


Text Example

White with #2CF700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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