Html Css Color HEX #2FF700 Harlequin

📋 copy color: '#2FF700'

red 47 ◦ green 247 ◦ blue 0

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

Shades of Harlequin #2FF700

Tints of Harlequin #2FF700

RGB

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

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

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

R = 15.99%
G = 84.01%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#2FF700 (or 0x2FF700) is known color: Harlequin. HEX triplet: 2F, F7 and 00. RGB value is (47,247,0). Sum of RGB (Red+Green+Blue) = 47+247+0=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 247 (96.88% from 255 or 84.01% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF700 is #D008FF. Grayscale: #9F9F9F. Windows color (decimal): -13633792 or 63279. OLE color: 63279.

HSL color Cylindrical-coordinate representation of color #2FF700: hue angle of 108.58º 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 #2FF700 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 247 0 -
CMYK 0.81 0 1 0.03
HSL 108.58º 1% 0.48% -
HSV(B) 108.58º 1% 0.97% -
XYZ 34.43 67.13 11.14 -
YUV 159.04 38.24 48.08 -
System Red Green Blue C M Y K H S L
Decimal 47 247 0 0.81 0 1 0.03 108.58 1 0.48
Hex 2F F7 0 51 0 64 3 6D 64 30
Octal 57 367 0 121 0 144 3 155 144 60
Binary 101111 11110111 0 1010001 0 1100100 11 1101101 1100100 110000

Color Harmonies of #2FF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF700

Black with #2FF700

Text Example


Text Example

White with #2FF700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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