Html Css Color HEX #2EF919 Harlequin

📋 copy color: '#2EF919'

red 46 ◦ green 249 ◦ blue 25

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

Shades of Harlequin #2EF919

Tints of Harlequin #2EF919

RGB

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

 GREEN value IS 249 (97.66% from 255) = 77.81%

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

R = 14.38%
G = 77.81%
B = 7.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#2EF919 (or 0x2EF919) is known color: Harlequin. HEX triplet: 2E, F9 and 19. RGB value is (46,249,25). Sum of RGB (Red+Green+Blue) = 46+249+25=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 249 (97.66% from 255 or 77.81% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF919 is #D106E6. Grayscale: #A3A3A3. Windows color (decimal): -13698791 or 1702190. OLE color: 1702190.

HSL color Cylindrical-coordinate representation of color #2EF919: hue angle of 114.38º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EF919 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 249 25 -
CMYK 0.82 0 0.90 0.02
HSL 114.38º 0.95% 0.54% -
HSV(B) 114.38º 0.9% 0.98% -
XYZ 35.18 68.4 12.27 -
YUV 162.77 50.25 44.71 -
System Red Green Blue C M Y K H S L
Decimal 46 249 25 0.82 0 0.90 0.02 114.38 0.95 0.54
Hex 2E F9 19 52 0 5A 2 72 5F 36
Octal 56 371 31 122 0 132 2 162 137 66
Binary 101110 11111001 11001 1010010 0 1011010 10 1110010 1011111 110110

Color Harmonies of #2EF919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF919

Black with #2EF919

Text Example


Text Example

White with #2EF919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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