Html Css Color HEX #2FF014 Harlequin

📋 copy color: '#2FF014'

red 47 ◦ green 240 ◦ blue 20

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

Shades of Harlequin #2FF014

Tints of Harlequin #2FF014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 15.31%
G = 78.18%
B = 6.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#2FF014 (or 0x2FF014) is known color: Harlequin. HEX triplet: 2F, F0 and 14. RGB value is (47,240,20). Sum of RGB (Red+Green+Blue) = 47+240+20=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 240 (94.14% from 255 or 78.18% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF014 is #D00FEB. Grayscale: #9D9D9D. Windows color (decimal): -13635564 or 1372207. OLE color: 1372207.

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

Color convert

RGB 47 240 20 -
CMYK 0.80 0 0.92 0.06
HSL 112.64º 0.88% 0.51% -
HSV(B) 112.64º 0.92% 0.94% -
XYZ 32.46 62.98 11.11 -
YUV 157.21 50.56 49.39 -
System Red Green Blue C M Y K H S L
Decimal 47 240 20 0.80 0 0.92 0.06 112.64 0.88 0.51
Hex 2F F0 14 50 0 5C 6 71 58 33
Octal 57 360 24 120 0 134 6 161 130 63
Binary 101111 11110000 10100 1010000 0 1011100 110 1110001 1011000 110011

Color Harmonies of #2FF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF014

Black with #2FF014

Text Example


Text Example

White with #2FF014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,240,20); }

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

background-color css

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

 a { background-color: rgb(47,240,20); }

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

border-color css

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

 span { border-color: rgb(47,240,20); }

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