Html Css Color HEX #2EFC05 Harlequin

📋 copy color: '#2EFC05'

red 46 ◦ green 252 ◦ blue 5

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

Shades of Harlequin #2EFC05

Tints of Harlequin #2EFC05

RGB

 RED value IS 46 (18.36% from 255) = 15.18%

 GREEN value IS 252 (98.83% from 255) = 83.17%

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

R = 15.18%
G = 83.17%
B = 1.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#2EFC05 (or 0x2EFC05) is known color: Harlequin. HEX triplet: 2E, FC and 05. RGB value is (46,252,5). Sum of RGB (Red+Green+Blue) = 46+252+5=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 252 (98.83% from 255 or 83.17% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC05 is #D103FA. Grayscale: #A3A3A3. Windows color (decimal): -13698043 or 392238. OLE color: 392238.

HSL color Cylindrical-coordinate representation of color #2EFC05: hue angle of 110.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EFC05 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 5 -
CMYK 0.82 0 0.98 0.01
HSL 110.04º 0.98% 0.5% -
HSV(B) 110.04º 0.98% 0.99% -
XYZ 35.96 70.21 11.8 -
YUV 162.25 39.25 45.08 -
System Red Green Blue C M Y K H S L
Decimal 46 252 5 0.82 0 0.98 0.01 110.04 0.98 0.5
Hex 2E FC 5 52 0 62 1 6E 62 32
Octal 56 374 5 122 0 142 1 156 142 62
Binary 101110 11111100 101 1010010 0 1100010 1 1101110 1100010 110010

Color Harmonies of #2EFC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC05

Black with #2EFC05

Text Example


Text Example

White with #2EFC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,5); }

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

background-color css

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

 a { background-color: rgb(46,252,5); }

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

border-color css

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

 span { border-color: rgb(46,252,5); }

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