Html Css Color HEX #2FEC13 Harlequin

📋 copy color: '#2FEC13'

red 47 ◦ green 236 ◦ blue 19

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

Shades of Harlequin #2FEC13

Tints of Harlequin #2FEC13

RGB

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

 GREEN value IS 236 (92.58% from 255) = 78.15%

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

R = 15.56%
G = 78.15%
B = 6.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#2FEC13 (or 0x2FEC13) is known color: Harlequin. HEX triplet: 2F, EC and 13. RGB value is (47,236,19). Sum of RGB (Red+Green+Blue) = 47+236+19=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 236 (92.58% from 255 or 78.15% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEC13 is #D013EC. Grayscale: #9B9B9B. Windows color (decimal): -13636589 or 1305647. OLE color: 1305647.

HSL color Cylindrical-coordinate representation of color #2FEC13: hue angle of 112.26º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FEC13 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 19 -
CMYK 0.80 0 0.92 0.07
HSL 112.26º 0.85% 0.5% -
HSV(B) 112.26º 0.92% 0.93% -
XYZ 31.29 60.64 10.67 -
YUV 154.75 51.38 51.14 -
System Red Green Blue C M Y K H S L
Decimal 47 236 19 0.80 0 0.92 0.07 112.26 0.85 0.5
Hex 2F EC 13 50 0 5C 7 70 55 32
Octal 57 354 23 120 0 134 7 160 125 62
Binary 101111 11101100 10011 1010000 0 1011100 111 1110000 1010101 110010

Color Harmonies of #2FEC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC13

Black with #2FEC13

Text Example


Text Example

White with #2FEC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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