Html Css Color HEX #2EF504 Harlequin

📋 copy color: '#2EF504'

red 46 ◦ green 245 ◦ blue 4

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

Shades of Harlequin #2EF504

Tints of Harlequin #2EF504

RGB

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

 GREEN value IS 245 (96.09% from 255) = 83.05%

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 15.59%
G = 83.05%
B = 1.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#2EF504 (or 0x2EF504) is known color: Harlequin. HEX triplet: 2E, F5 and 04. RGB value is (46,245,4). Sum of RGB (Red+Green+Blue) = 46+245+4=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 245 (96.09% from 255 or 83.05% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF504 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF504 is #D10AFB. Grayscale: #9E9E9E. Windows color (decimal): -13699836 or 324910. OLE color: 324910.

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

Color convert

RGB 46 245 4 -
CMYK 0.81 0 0.98 0.04
HSL 109.54º 0.97% 0.49% -
HSV(B) 109.54º 0.98% 0.96% -
XYZ 33.8 65.89 11.05 -
YUV 158.03 41.07 48.1 -
System Red Green Blue C M Y K H S L
Decimal 46 245 4 0.81 0 0.98 0.04 109.54 0.97 0.49
Hex 2E F5 4 51 0 62 4 6E 61 31
Octal 56 365 4 121 0 142 4 156 141 61
Binary 101110 11110101 100 1010001 0 1100010 100 1101110 1100001 110001

Color Harmonies of #2EF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF504

Black with #2EF504

Text Example


Text Example

White with #2EF504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,245,4); }

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

background-color css

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

 a { background-color: rgb(46,245,4); }

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

border-color css

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

 span { border-color: rgb(46,245,4); }

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