Html Css Color HEX #2EFA05 Harlequin

📋 copy color: '#2EFA05'

red 46 ◦ green 250 ◦ blue 5

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

Shades of Harlequin #2EFA05

Tints of Harlequin #2EFA05

RGB

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

 GREEN value IS 250 (98.05% from 255) = 83.06%

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

R = 15.28%
G = 83.06%
B = 1.66%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#2EFA05 (or 0x2EFA05) is known color: Harlequin. HEX triplet: 2E, FA and 05. RGB value is (46,250,5). Sum of RGB (Red+Green+Blue) = 46+250+5=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 250 (98.05% from 255 or 83.06% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFA05 is #D105FA. Grayscale: #A1A1A1. Windows color (decimal): -13698555 or 391726. OLE color: 391726.

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

Color convert

RGB 46 250 5 -
CMYK 0.82 0 0.98 0.02
HSL 109.96º 0.96% 0.5% -
HSV(B) 109.96º 0.98% 0.98% -
XYZ 35.34 68.96 11.59 -
YUV 161.07 39.91 45.92 -
System Red Green Blue C M Y K H S L
Decimal 46 250 5 0.82 0 0.98 0.02 109.96 0.96 0.5
Hex 2E FA 5 52 0 62 2 6E 60 32
Octal 56 372 5 122 0 142 2 156 140 62
Binary 101110 11111010 101 1010010 0 1100010 10 1101110 1100000 110010

Color Harmonies of #2EFA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA05

Black with #2EFA05

Text Example


Text Example

White with #2EFA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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