Html Css Color HEX #2EF015 Harlequin

📋 copy color: '#2EF015'

red 46 ◦ green 240 ◦ blue 21

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

Shades of Harlequin #2EF015

Tints of Harlequin #2EF015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.84%

R = 14.98%
G = 78.18%
B = 6.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#2EF015 (or 0x2EF015) is known color: Harlequin. HEX triplet: 2E, F0 and 15. RGB value is (46,240,21). Sum of RGB (Red+Green+Blue) = 46+240+21=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 240 (94.14% from 255 or 78.18% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF015 is #D10FEA. Grayscale: #9D9D9D. Windows color (decimal): -13701099 or 1437742. OLE color: 1437742.

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

Color convert

RGB 46 240 21 -
CMYK 0.81 0 0.91 0.06
HSL 113.15º 0.88% 0.51% -
HSV(B) 113.15º 0.91% 0.94% -
XYZ 32.42 62.96 11.15 -
YUV 157.03 51.23 48.81 -
System Red Green Blue C M Y K H S L
Decimal 46 240 21 0.81 0 0.91 0.06 113.15 0.88 0.51
Hex 2E F0 15 51 0 5B 6 71 58 33
Octal 56 360 25 121 0 133 6 161 130 63
Binary 101110 11110000 10101 1010001 0 1011011 110 1110001 1011000 110011

Color Harmonies of #2EF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF015

Black with #2EF015

Text Example


Text Example

White with #2EF015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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