Html Css Color HEX #2EE714 Harlequin

📋 copy color: '#2EE714'

red 46 ◦ green 231 ◦ blue 20

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

Shades of Harlequin #2EE714

Tints of Harlequin #2EE714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 77.78%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 15.49%
G = 77.78%
B = 6.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#2EE714 (or 0x2EE714) is known color: Harlequin. HEX triplet: 2E, E7 and 14. RGB value is (46,231,20). Sum of RGB (Red+Green+Blue) = 46+231+20=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 231 (90.62% from 255 or 77.78% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE714 is #D118EB. Grayscale: #989898. Windows color (decimal): -13703404 or 1369902. OLE color: 1369902.

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

Color convert

RGB 46 231 20 -
CMYK 0.80 0 0.91 0.09
HSL 112.61º 0.84% 0.49% -
HSV(B) 112.61º 0.91% 0.91% -
XYZ 29.83 57.78 10.24 -
YUV 151.63 53.71 52.66 -
System Red Green Blue C M Y K H S L
Decimal 46 231 20 0.80 0 0.91 0.09 112.61 0.84 0.49
Hex 2E E7 14 50 0 5B 9 71 54 31
Octal 56 347 24 120 0 133 11 161 124 61
Binary 101110 11100111 10100 1010000 0 1011011 1001 1110001 1010100 110001

Color Harmonies of #2EE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE714

Black with #2EE714

Text Example


Text Example

White with #2EE714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,231,20); }

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

background-color css

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

 a { background-color: rgb(46,231,20); }

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

border-color css

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

 span { border-color: rgb(46,231,20); }

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