Html Css Color HEX #2FEC05 Harlequin

📋 copy color: '#2FEC05'

red 47 ◦ green 236 ◦ blue 5

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

Shades of Harlequin #2FEC05

Tints of Harlequin #2FEC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 16.32%
G = 81.94%
B = 1.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#2FEC05 (or 0x2FEC05) is known color: Harlequin. HEX triplet: 2F, EC and 05. RGB value is (47,236,5). Sum of RGB (Red+Green+Blue) = 47+236+5=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 236 (92.58% from 255 or 81.94% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEC05 is #D013FA. Grayscale: #999999. Windows color (decimal): -13636603 or 388143. OLE color: 388143.

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

Color convert

RGB 47 236 5 -
CMYK 0.80 0 0.98 0.07
HSL 109.09º 0.96% 0.47% -
HSV(B) 109.09º 0.98% 0.93% -
XYZ 31.2 60.61 10.2 -
YUV 153.16 44.38 52.28 -
System Red Green Blue C M Y K H S L
Decimal 47 236 5 0.80 0 0.98 0.07 109.09 0.96 0.47
Hex 2F EC 5 50 0 62 7 6D 60 2F
Octal 57 354 5 120 0 142 7 155 140 57
Binary 101111 11101100 101 1010000 0 1100010 111 1101101 1100000 101111

Color Harmonies of #2FEC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC05

Black with #2FEC05

Text Example


Text Example

White with #2FEC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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