Html Css Color HEX #2EFF04 Harlequin

📋 copy color: '#2EFF04'

red 46 ◦ green 255 ◦ blue 4

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

Shades of Harlequin #2EFF04

Tints of Harlequin #2EFF04

RGB

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

 GREEN value IS 255 (100% from 255) = 83.61%

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

R = 15.08%
G = 83.61%
B = 1.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#2EFF04 (or 0x2EFF04) is known color: Harlequin. HEX triplet: 2E, FF and 04. RGB value is (46,255,4). Sum of RGB (Red+Green+Blue) = 46+255+4=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFF04 is #D100FB. Grayscale: #A4A4A4. Windows color (decimal): -13697276 or 327470. OLE color: 327470.

HSL color Cylindrical-coordinate representation of color #2EFF04: hue angle of 109.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EFF04 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 4 -
CMYK 0.82 0 0.98 0
HSL 109.96º 1% 0.51% -
HSV(B) 109.96º 0.98% 1% -
XYZ 36.91 72.11 12.09 -
YUV 163.9 37.76 43.91 -
System Red Green Blue C M Y K H S L
Decimal 46 255 4 0.82 0 0.98 0 109.96 1 0.51
Hex 2E FF 4 52 0 62 0 6E 64 33
Octal 56 377 4 122 0 142 0 156 144 63
Binary 101110 11111111 100 1010010 0 1100010 0 1101110 1100100 110011

Color Harmonies of #2EFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF04

Black with #2EFF04

Text Example


Text Example

White with #2EFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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