Html Css Color HEX #2EFA13 Harlequin

📋 copy color: '#2EFA13'

red 46 ◦ green 250 ◦ blue 19

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

Shades of Harlequin #2EFA13

Tints of Harlequin #2EFA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 14.6%
G = 79.37%
B = 6.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#2EFA13 (or 0x2EFA13) is known color: Harlequin. HEX triplet: 2E, FA and 13. RGB value is (46,250,19). Sum of RGB (Red+Green+Blue) = 46+250+19=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 250 (98.05% from 255 or 79.37% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFA13 is #D105EC. Grayscale: #A3A3A3. Windows color (decimal): -13698541 or 1309230. OLE color: 1309230.

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

Color convert

RGB 46 250 19 -
CMYK 0.82 0 0.92 0.02
HSL 112.99º 0.96% 0.53% -
HSV(B) 112.99º 0.92% 0.98% -
XYZ 35.43 69 12.07 -
YUV 162.67 46.91 44.78 -
System Red Green Blue C M Y K H S L
Decimal 46 250 19 0.82 0 0.92 0.02 112.99 0.96 0.53
Hex 2E FA 13 52 0 5C 2 71 60 35
Octal 56 372 23 122 0 134 2 161 140 65
Binary 101110 11111010 10011 1010010 0 1011100 10 1110001 1100000 110101

Color Harmonies of #2EFA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA13

Black with #2EFA13

Text Example


Text Example

White with #2EFA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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