Html Css Color HEX #2EF419 Harlequin

📋 copy color: '#2EF419'

red 46 ◦ green 244 ◦ blue 25

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

Shades of Harlequin #2EF419

Tints of Harlequin #2EF419

RGB

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

 GREEN value IS 244 (95.7% from 255) = 77.46%

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 14.6%
G = 77.46%
B = 7.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#2EF419 (or 0x2EF419) is known color: Harlequin. HEX triplet: 2E, F4 and 19. RGB value is (46,244,25). Sum of RGB (Red+Green+Blue) = 46+244+25=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 244 (95.70% from 255 or 77.46% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF419 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF419 is #D10BE6. Grayscale: #A0A0A0. Windows color (decimal): -13700071 or 1700910. OLE color: 1700910.

HSL color Cylindrical-coordinate representation of color #2EF419: hue angle of 114.25º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EF419 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 244 25 -
CMYK 0.81 0 0.90 0.04
HSL 114.25º 0.91% 0.53% -
HSV(B) 114.25º 0.9% 0.96% -
XYZ 33.65 65.35 11.76 -
YUV 159.83 51.9 46.81 -
System Red Green Blue C M Y K H S L
Decimal 46 244 25 0.81 0 0.90 0.04 114.25 0.91 0.53
Hex 2E F4 19 51 0 5A 4 72 5B 35
Octal 56 364 31 121 0 132 4 162 133 65
Binary 101110 11110100 11001 1010001 0 1011010 100 1110010 1011011 110101

Color Harmonies of #2EF419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF419

Black with #2EF419

Text Example


Text Example

White with #2EF419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,244,25); }

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

background-color css

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

 a { background-color: rgb(46,244,25); }

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

border-color css

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

 span { border-color: rgb(46,244,25); }

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