Html Css Color HEX #2EFC16 Harlequin

📋 copy color: '#2EFC16'

red 46 ◦ green 252 ◦ blue 22

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

Shades of Harlequin #2EFC16

Tints of Harlequin #2EFC16

RGB

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

 GREEN value IS 252 (98.83% from 255) = 78.75%

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 14.38%
G = 78.75%
B = 6.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#2EFC16 (or 0x2EFC16) is known color: Harlequin. HEX triplet: 2E, FC and 16. RGB value is (46,252,22). Sum of RGB (Red+Green+Blue) = 46+252+22=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 252 (98.83% from 255 or 78.75% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC16 is #D103E9. Grayscale: #A4A4A4. Windows color (decimal): -13698026 or 1506350. OLE color: 1506350.

HSL color Cylindrical-coordinate representation of color #2EFC16: hue angle of 113.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EFC16 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 22 -
CMYK 0.82 0 0.91 0.01
HSL 113.74º 0.97% 0.54% -
HSV(B) 113.74º 0.91% 0.99% -
XYZ 36.08 70.26 12.42 -
YUV 164.19 47.75 43.7 -
System Red Green Blue C M Y K H S L
Decimal 46 252 22 0.82 0 0.91 0.01 113.74 0.97 0.54
Hex 2E FC 16 52 0 5B 1 72 61 36
Octal 56 374 26 122 0 133 1 162 141 66
Binary 101110 11111100 10110 1010010 0 1011011 1 1110010 1100001 110110

Color Harmonies of #2EFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC16

Black with #2EFC16

Text Example


Text Example

White with #2EFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,22); }

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

background-color css

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

 a { background-color: rgb(46,252,22); }

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

border-color css

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

 span { border-color: rgb(46,252,22); }

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