Html Css Color HEX #2FEC09 Harlequin

📋 copy color: '#2FEC09'

red 47 ◦ green 236 ◦ blue 9

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

Shades of Harlequin #2FEC09

Tints of Harlequin #2FEC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.08%

R = 16.1%
G = 80.82%
B = 3.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#2FEC09 (or 0x2FEC09) is known color: Harlequin. HEX triplet: 2F, EC and 09. RGB value is (47,236,9). Sum of RGB (Red+Green+Blue) = 47+236+9=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 236 (92.58% from 255 or 80.82% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEC09 is #D013F6. Grayscale: #9A9A9A. Windows color (decimal): -13636599 or 650287. OLE color: 650287.

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

Color convert

RGB 47 236 9 -
CMYK 0.80 0 0.96 0.07
HSL 109.96º 0.93% 0.48% -
HSV(B) 109.96º 0.96% 0.93% -
XYZ 31.22 60.61 10.31 -
YUV 153.61 46.38 51.96 -
System Red Green Blue C M Y K H S L
Decimal 47 236 9 0.80 0 0.96 0.07 109.96 0.93 0.48
Hex 2F EC 9 50 0 60 7 6E 5D 30
Octal 57 354 11 120 0 140 7 156 135 60
Binary 101111 11101100 1001 1010000 0 1100000 111 1101110 1011101 110000

Color Harmonies of #2FEC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC09

Black with #2FEC09

Text Example


Text Example

White with #2FEC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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