Html Css Color HEX #2EE912 Harlequin

📋 copy color: '#2EE912'

red 46 ◦ green 233 ◦ blue 18

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

Shades of Harlequin #2EE912

Tints of Harlequin #2EE912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 15.49%
G = 78.45%
B = 6.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#2EE912 (or 0x2EE912) is known color: Harlequin. HEX triplet: 2E, E9 and 12. RGB value is (46,233,18). Sum of RGB (Red+Green+Blue) = 46+233+18=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 233 (91.41% from 255 or 78.45% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE912 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE912 is #D116ED. Grayscale: #999999. Windows color (decimal): -13702894 or 1239342. OLE color: 1239342.

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

Color convert

RGB 46 233 18 -
CMYK 0.80 0 0.92 0.09
HSL 112.19º 0.86% 0.49% -
HSV(B) 112.19º 0.92% 0.91% -
XYZ 30.37 58.9 10.34 -
YUV 152.58 52.05 51.98 -
System Red Green Blue C M Y K H S L
Decimal 46 233 18 0.80 0 0.92 0.09 112.19 0.86 0.49
Hex 2E E9 12 50 0 5C 9 70 56 31
Octal 56 351 22 120 0 134 11 160 126 61
Binary 101110 11101001 10010 1010000 0 1011100 1001 1110000 1010110 110001

Color Harmonies of #2EE912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE912

Black with #2EE912

Text Example


Text Example

White with #2EE912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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