Html Css Color HEX #2EF017 Harlequin

📋 copy color: '#2EF017'

red 46 ◦ green 240 ◦ blue 23

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

Shades of Harlequin #2EF017

Tints of Harlequin #2EF017

RGB

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

 GREEN value IS 240 (94.14% from 255) = 77.67%

 BLUE value IS 23 (9.38% from 255) = 7.44%

R = 14.89%
G = 77.67%
B = 7.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#2EF017 (or 0x2EF017) is known color: Harlequin. HEX triplet: 2E, F0 and 17. RGB value is (46,240,23). Sum of RGB (Red+Green+Blue) = 46+240+23=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF017 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF017 is #D10FE8. Grayscale: #9D9D9D. Windows color (decimal): -13701097 or 1568814. OLE color: 1568814.

HSL color Cylindrical-coordinate representation of color #2EF017: hue angle of 113.64º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EF017 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 240 23 -
CMYK 0.81 0 0.90 0.06
HSL 113.64º 0.88% 0.52% -
HSV(B) 113.64º 0.9% 0.94% -
XYZ 32.44 62.96 11.25 -
YUV 157.26 52.23 48.64 -
System Red Green Blue C M Y K H S L
Decimal 46 240 23 0.81 0 0.90 0.06 113.64 0.88 0.52
Hex 2E F0 17 51 0 5A 6 72 58 34
Octal 56 360 27 121 0 132 6 162 130 64
Binary 101110 11110000 10111 1010001 0 1011010 110 1110010 1011000 110100

Color Harmonies of #2EF017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF017

Black with #2EF017

Text Example


Text Example

White with #2EF017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,240,23); }

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

background-color css

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

 a { background-color: rgb(46,240,23); }

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

border-color css

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

 span { border-color: rgb(46,240,23); }

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