Html Css Color HEX #2FEC06 Harlequin

📋 copy color: '#2FEC06'

red 47 ◦ green 236 ◦ blue 6

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

Shades of Harlequin #2FEC06

Tints of Harlequin #2FEC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 16.26%
G = 81.66%
B = 2.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#2FEC06 (or 0x2FEC06) is known color: Harlequin. HEX triplet: 2F, EC and 06. RGB value is (47,236,6). Sum of RGB (Red+Green+Blue) = 47+236+6=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 236 (92.58% from 255 or 81.66% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEC06 is #D013F9. Grayscale: #999999. Windows color (decimal): -13636602 or 453679. OLE color: 453679.

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

Color convert

RGB 47 236 6 -
CMYK 0.80 0 0.97 0.07
HSL 109.3º 0.95% 0.47% -
HSV(B) 109.3º 0.97% 0.93% -
XYZ 31.2 60.61 10.23 -
YUV 153.27 44.88 52.2 -
System Red Green Blue C M Y K H S L
Decimal 47 236 6 0.80 0 0.97 0.07 109.3 0.95 0.47
Hex 2F EC 6 50 0 61 7 6D 5F 2F
Octal 57 354 6 120 0 141 7 155 137 57
Binary 101111 11101100 110 1010000 0 1100001 111 1101101 1011111 101111

Color Harmonies of #2FEC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC06

Black with #2FEC06

Text Example


Text Example

White with #2FEC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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