Html Css Color HEX #2EFB00 Harlequin

📋 copy color: '#2EFB00'

red 46 ◦ green 251 ◦ blue 0

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

Shades of Harlequin #2EFB00

Tints of Harlequin #2EFB00

RGB

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

 GREEN value IS 251 (98.44% from 255) = 84.51%

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

R = 15.49%
G = 84.51%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#2EFB00 (or 0x2EFB00) is known color: Harlequin. HEX triplet: 2E, FB and 00. RGB value is (46,251,0). Sum of RGB (Red+Green+Blue) = 46+251+0=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 251 (98.44% from 255 or 84.51% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFB00 is #D104FF. Grayscale: #A1A1A1. Windows color (decimal): -13698304 or 64302. OLE color: 64302.

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

Color convert

RGB 46 251 0 -
CMYK 0.82 0 1 0.02
HSL 109º 1% 0.49% -
HSV(B) 109º 1% 0.98% -
XYZ 35.62 69.58 11.55 -
YUV 161.09 37.08 45.91 -
System Red Green Blue C M Y K H S L
Decimal 46 251 0 0.82 0 1 0.02 109 1 0.49
Hex 2E FB 0 52 0 64 2 6D 64 31
Octal 56 373 0 122 0 144 2 155 144 61
Binary 101110 11111011 0 1010010 0 1100100 10 1101101 1100100 110001

Color Harmonies of #2EFB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFB00

Black with #2EFB00

Text Example


Text Example

White with #2EFB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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