Html Css Color HEX #2EE402 Harlequin

📋 copy color: '#2EE402'

red 46 ◦ green 228 ◦ blue 2

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

Shades of Harlequin #2EE402

Tints of Harlequin #2EE402

RGB

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

 GREEN value IS 228 (89.45% from 255) = 82.61%

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

R = 16.67%
G = 82.61%
B = 0.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#2EE402 (or 0x2EE402) is known color: Harlequin. HEX triplet: 2E, E4 and 02. RGB value is (46,228,2). Sum of RGB (Red+Green+Blue) = 46+228+2=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 228 (89.45% from 255 or 82.61% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE402 is #D11BFD. Grayscale: #949494. Windows color (decimal): -13704190 or 189486. OLE color: 189486.

HSL color Cylindrical-coordinate representation of color #2EE402: hue angle of 108.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EE402 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 228 2 -
CMYK 0.80 0 0.99 0.11
HSL 108.32º 0.98% 0.45% -
HSV(B) 108.32º 0.99% 0.89% -
XYZ 28.88 56.07 9.36 -
YUV 147.82 45.7 55.38 -
System Red Green Blue C M Y K H S L
Decimal 46 228 2 0.80 0 0.99 0.11 108.32 0.98 0.45
Hex 2E E4 2 50 0 63 B 6C 62 2D
Octal 56 344 2 120 0 143 13 154 142 55
Binary 101110 11100100 10 1010000 0 1100011 1011 1101100 1100010 101101

Color Harmonies of #2EE402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE402

Black with #2EE402

Text Example


Text Example

White with #2EE402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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