Html Css Color HEX #2FEF05 Harlequin

📋 copy color: '#2FEF05'

red 47 ◦ green 239 ◦ blue 5

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

Shades of Harlequin #2FEF05

Tints of Harlequin #2FEF05

RGB

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

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

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

R = 16.15%
G = 82.13%
B = 1.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#2FEF05 (or 0x2FEF05) is known color: Harlequin. HEX triplet: 2F, EF and 05. RGB value is (47,239,5). Sum of RGB (Red+Green+Blue) = 47+239+5=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 239 (93.75% from 255 or 82.13% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEF05 is #D010FA. Grayscale: #9B9B9B. Windows color (decimal): -13635835 or 388911. OLE color: 388911.

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

Color convert

RGB 47 239 5 -
CMYK 0.80 0 0.98 0.06
HSL 109.23º 0.96% 0.48% -
HSV(B) 109.23º 0.98% 0.94% -
XYZ 32.07 62.35 10.49 -
YUV 154.92 43.39 51.03 -
System Red Green Blue C M Y K H S L
Decimal 47 239 5 0.80 0 0.98 0.06 109.23 0.96 0.48
Hex 2F EF 5 50 0 62 6 6D 60 30
Octal 57 357 5 120 0 142 6 155 140 60
Binary 101111 11101111 101 1010000 0 1100010 110 1101101 1100000 110000

Color Harmonies of #2FEF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEF05

Black with #2FEF05

Text Example


Text Example

White with #2FEF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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