Html Css Color HEX #2EF00A Harlequin

📋 copy color: '#2EF00A'

red 46 ◦ green 240 ◦ blue 10

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

Shades of Harlequin #2EF00A

Tints of Harlequin #2EF00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 15.54%
G = 81.08%
B = 3.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#2EF00A (or 0x2EF00A) is known color: Harlequin. HEX triplet: 2E, F0 and 0A. RGB value is (46,240,10). Sum of RGB (Red+Green+Blue) = 46+240+10=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 240 (94.14% from 255 or 81.08% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF00A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF00A is #D10FF5. Grayscale: #9C9C9C. Windows color (decimal): -13701110 or 716846. OLE color: 716846.

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

Color convert

RGB 46 240 10 -
CMYK 0.81 0 0.96 0.06
HSL 110.61º 0.92% 0.49% -
HSV(B) 110.61º 0.96% 0.94% -
XYZ 32.34 62.92 10.73 -
YUV 155.77 45.73 49.7 -
System Red Green Blue C M Y K H S L
Decimal 46 240 10 0.81 0 0.96 0.06 110.61 0.92 0.49
Hex 2E F0 A 51 0 60 6 6F 5C 31
Octal 56 360 12 121 0 140 6 157 134 61
Binary 101110 11110000 1010 1010001 0 1100000 110 1101111 1011100 110001

Color Harmonies of #2EF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF00A

Black with #2EF00A

Text Example


Text Example

White with #2EF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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