Html Css Color HEX #2FFF00 Harlequin

📋 copy color: '#2FFF00'

red 47 ◦ green 255 ◦ blue 0

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

Shades of Harlequin #2FFF00

Tints of Harlequin #2FFF00

RGB

 RED value IS 47 (18.75% from 255) = 15.56%

 GREEN value IS 255 (100% from 255) = 84.44%

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

R = 15.56%
G = 84.44%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#2FFF00 (or 0x2FFF00) is known color: Harlequin. HEX triplet: 2F, FF and 00. RGB value is (47,255,0). Sum of RGB (Red+Green+Blue) = 47+255+0=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 255 (100% from 255 or 84.44% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFF00 is #D000FF. Grayscale: #A4A4A4. Windows color (decimal): -13631744 or 65327. OLE color: 65327.

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

Color convert

RGB 47 255 0 -
CMYK 0.82 0 1 0
HSL 108.94º 1% 0.5% -
HSV(B) 108.94º 1% 1% -
XYZ 36.93 72.12 11.97 -
YUV 163.74 35.59 44.73 -
System Red Green Blue C M Y K H S L
Decimal 47 255 0 0.82 0 1 0 108.94 1 0.5
Hex 2F FF 0 52 0 64 0 6D 64 32
Octal 57 377 0 122 0 144 0 155 144 62
Binary 101111 11111111 0 1010010 0 1100100 0 1101101 1100100 110010

Color Harmonies of #2FFF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFF00

Black with #2FFF00

Text Example


Text Example

White with #2FFF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,255,0); }

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

background-color css

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

 a { background-color: rgb(47,255,0); }

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

border-color css

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

 span { border-color: rgb(47,255,0); }

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