Html Css Color HEX #2EFD00 Harlequin

📋 copy color: '#2EFD00'

red 46 ◦ green 253 ◦ blue 0

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

Shades of Harlequin #2EFD00

Tints of Harlequin #2EFD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 84.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.38%
G = 84.62%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#2EFD00 (or 0x2EFD00) is known color: Harlequin. HEX triplet: 2E, FD and 00. RGB value is (46,253,0). Sum of RGB (Red+Green+Blue) = 46+253+0=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 253 (99.22% from 255 or 84.62% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFD00 is #D102FF. Grayscale: #A3A3A3. Windows color (decimal): -13697792 or 64814. OLE color: 64814.

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

Color convert

RGB 46 253 0 -
CMYK 0.82 0 1 0.01
HSL 109.09º 1% 0.5% -
HSV(B) 109.09º 1% 0.99% -
XYZ 36.25 70.83 11.76 -
YUV 162.27 36.42 45.07 -
System Red Green Blue C M Y K H S L
Decimal 46 253 0 0.82 0 1 0.01 109.09 1 0.5
Hex 2E FD 0 52 0 64 1 6D 64 32
Octal 56 375 0 122 0 144 1 155 144 62
Binary 101110 11111101 0 1010010 0 1100100 1 1101101 1100100 110010

Color Harmonies of #2EFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFD00

Black with #2EFD00

Text Example


Text Example

White with #2EFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,253,0); }

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

background-color css

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

 a { background-color: rgb(46,253,0); }

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

border-color css

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

 span { border-color: rgb(46,253,0); }

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