Html Css Color HEX #2EE102 Harlequin

📋 copy color: '#2EE102'

red 46 ◦ green 225 ◦ blue 2

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

Shades of Harlequin #2EE102

Tints of Harlequin #2EE102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 82.42%

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

R = 16.85%
G = 82.42%
B = 0.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#2EE102 (or 0x2EE102) is known color: Harlequin. HEX triplet: 2E, E1 and 02. RGB value is (46,225,2). Sum of RGB (Red+Green+Blue) = 46+225+2=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 225 (88.28% from 255 or 82.42% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE102 is #D11EFD. Grayscale: #929292. Windows color (decimal): -13704958 or 188718. OLE color: 188718.

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

Color convert

RGB 46 225 2 -
CMYK 0.80 0 0.99 0.12
HSL 108.16º 0.98% 0.45% -
HSV(B) 108.16º 0.99% 0.88% -
XYZ 28.06 54.44 9.09 -
YUV 146.06 46.7 56.63 -
System Red Green Blue C M Y K H S L
Decimal 46 225 2 0.80 0 0.99 0.12 108.16 0.98 0.45
Hex 2E E1 2 50 0 63 C 6C 62 2D
Octal 56 341 2 120 0 143 14 154 142 55
Binary 101110 11100001 10 1010000 0 1100011 1100 1101100 1100010 101101

Color Harmonies of #2EE102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE102

Black with #2EE102

Text Example


Text Example

White with #2EE102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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