Html Css Color HEX #2EE902 Harlequin

📋 copy color: '#2EE902'

red 46 ◦ green 233 ◦ blue 2

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

Shades of Harlequin #2EE902

Tints of Harlequin #2EE902

RGB

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

 GREEN value IS 233 (91.41% from 255) = 82.92%

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

R = 16.37%
G = 82.92%
B = 0.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#2EE902 (or 0x2EE902) is known color: Harlequin. HEX triplet: 2E, E9 and 02. RGB value is (46,233,2). Sum of RGB (Red+Green+Blue) = 46+233+2=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 233 (91.41% from 255 or 82.92% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE902 is #D116FD. Grayscale: #979797. Windows color (decimal): -13702910 or 190766. OLE color: 190766.

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

Color convert

RGB 46 233 2 -
CMYK 0.80 0 0.99 0.09
HSL 108.57º 0.98% 0.46% -
HSV(B) 108.57º 0.99% 0.91% -
XYZ 30.28 58.86 9.82 -
YUV 150.75 44.05 53.28 -
System Red Green Blue C M Y K H S L
Decimal 46 233 2 0.80 0 0.99 0.09 108.57 0.98 0.46
Hex 2E E9 2 50 0 63 9 6D 62 2E
Octal 56 351 2 120 0 143 11 155 142 56
Binary 101110 11101001 10 1010000 0 1100011 1001 1101101 1100010 101110

Color Harmonies of #2EE902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE902

Black with #2EE902

Text Example


Text Example

White with #2EE902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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