Html Css Color HEX #2FEF14 Harlequin

📋 copy color: '#2FEF14'

red 47 ◦ green 239 ◦ blue 20

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

Shades of Harlequin #2FEF14

Tints of Harlequin #2FEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 78.1%

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

R = 15.36%
G = 78.1%
B = 6.54%

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

#2FEF14 (or 0x2FEF14) is known color: Harlequin. HEX triplet: 2F, EF and 14. RGB value is (47,239,20). Sum of RGB (Red+Green+Blue) = 47+239+20=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 239 (93.75% from 255 or 78.10% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEF14 is #D010EB. Grayscale: #9D9D9D. Windows color (decimal): -13635820 or 1371951. OLE color: 1371951.

HSL color Cylindrical-coordinate representation of color #2FEF14: hue angle of 112.6º degrees, saturation: 0.87, 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 #2FEF14 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 239 20 -
CMYK 0.80 0 0.92 0.06
HSL 112.6º 0.87% 0.51% -
HSV(B) 112.6º 0.92% 0.94% -
XYZ 32.17 62.39 11.01 -
YUV 156.63 50.89 49.81 -
System Red Green Blue C M Y K H S L
Decimal 47 239 20 0.80 0 0.92 0.06 112.6 0.87 0.51
Hex 2F EF 14 50 0 5C 6 71 57 33
Octal 57 357 24 120 0 134 6 161 127 63
Binary 101111 11101111 10100 1010000 0 1011100 110 1110001 1010111 110011

Color Harmonies of #2FEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEF14

Black with #2FEF14

Text Example


Text Example

White with #2FEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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