Html Css Color HEX #2EFA02 Harlequin

📋 copy color: '#2EFA02'

red 46 ◦ green 250 ◦ blue 2

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

Shades of Harlequin #2EFA02

Tints of Harlequin #2EFA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 15.44%
G = 83.89%
B = 0.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#2EFA02 (or 0x2EFA02) is known color: Harlequin. HEX triplet: 2E, FA and 02. RGB value is (46,250,2). Sum of RGB (Red+Green+Blue) = 46+250+2=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 250 (98.05% from 255 or 83.89% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFA02 is #D105FD. Grayscale: #A1A1A1. Windows color (decimal): -13698558 or 195118. OLE color: 195118.

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

Color convert

RGB 46 250 2 -
CMYK 0.82 0 0.99 0.02
HSL 109.35º 0.98% 0.49% -
HSV(B) 109.35º 0.99% 0.98% -
XYZ 35.32 68.96 11.51 -
YUV 160.73 38.41 46.17 -
System Red Green Blue C M Y K H S L
Decimal 46 250 2 0.82 0 0.99 0.02 109.35 0.98 0.49
Hex 2E FA 2 52 0 63 2 6D 62 31
Octal 56 372 2 122 0 143 2 155 142 61
Binary 101110 11111010 10 1010010 0 1100011 10 1101101 1100010 110001

Color Harmonies of #2EFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA02

Black with #2EFA02

Text Example


Text Example

White with #2EFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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