Html Css Color HEX #2EF214 Harlequin

📋 copy color: '#2EF214'

red 46 ◦ green 242 ◦ blue 20

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

Shades of Harlequin #2EF214

Tints of Harlequin #2EF214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 78.57%

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

R = 14.94%
G = 78.57%
B = 6.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#2EF214 (or 0x2EF214) is known color: Harlequin. HEX triplet: 2E, F2 and 14. RGB value is (46,242,20). Sum of RGB (Red+Green+Blue) = 46+242+20=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 242 (94.92% from 255 or 78.57% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF214 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF214 is #D10DEB. Grayscale: #9E9E9E. Windows color (decimal): -13700588 or 1372718. OLE color: 1372718.

HSL color Cylindrical-coordinate representation of color #2EF214: hue angle of 112.97º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EF214 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 20 -
CMYK 0.81 0 0.92 0.05
HSL 112.97º 0.9% 0.51% -
HSV(B) 112.97º 0.92% 0.95% -
XYZ 33.01 64.14 11.3 -
YUV 158.09 50.07 48.05 -
System Red Green Blue C M Y K H S L
Decimal 46 242 20 0.81 0 0.92 0.05 112.97 0.9 0.51
Hex 2E F2 14 51 0 5C 5 71 5A 33
Octal 56 362 24 121 0 134 5 161 132 63
Binary 101110 11110010 10100 1010001 0 1011100 101 1110001 1011010 110011

Color Harmonies of #2EF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF214

Black with #2EF214

Text Example


Text Example

White with #2EF214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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