Html Css Color HEX #2FEF13 Harlequin

📋 copy color: '#2FEF13'

red 47 ◦ green 239 ◦ blue 19

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

Shades of Harlequin #2FEF13

Tints of Harlequin #2FEF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 15.41%
G = 78.36%
B = 6.23%

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

#2FEF13 (or 0x2FEF13) is known color: Harlequin. HEX triplet: 2F, EF and 13. RGB value is (47,239,19). Sum of RGB (Red+Green+Blue) = 47+239+19=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 239 (93.75% from 255 or 78.36% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEF13 is #D010EC. Grayscale: #9D9D9D. Windows color (decimal): -13635821 or 1306415. OLE color: 1306415.

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

Color convert

RGB 47 239 19 -
CMYK 0.80 0 0.92 0.06
HSL 112.36º 0.87% 0.51% -
HSV(B) 112.36º 0.92% 0.94% -
XYZ 32.16 62.38 10.96 -
YUV 156.51 50.39 49.89 -
System Red Green Blue C M Y K H S L
Decimal 47 239 19 0.80 0 0.92 0.06 112.36 0.87 0.51
Hex 2F EF 13 50 0 5C 6 70 57 33
Octal 57 357 23 120 0 134 6 160 127 63
Binary 101111 11101111 10011 1010000 0 1011100 110 1110000 1010111 110011

Color Harmonies of #2FEF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEF13

Black with #2FEF13

Text Example


Text Example

White with #2FEF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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