Html Css Color HEX #2EFB0A Harlequin

📋 copy color: '#2EFB0A'

red 46 ◦ green 251 ◦ blue 10

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

Shades of Harlequin #2EFB0A

Tints of Harlequin #2EFB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.26%

R = 14.98%
G = 81.76%
B = 3.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#2EFB0A (or 0x2EFB0A) is known color: Harlequin. HEX triplet: 2E, FB and 0A. RGB value is (46,251,10). Sum of RGB (Red+Green+Blue) = 46+251+10=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 251 (98.44% from 255 or 81.76% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFB0A is #D104F5. Grayscale: #A2A2A2. Windows color (decimal): -13698294 or 719662. OLE color: 719662.

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

Color convert

RGB 46 251 10 -
CMYK 0.82 0 0.96 0.02
HSL 111.04º 0.97% 0.51% -
HSV(B) 111.04º 0.96% 0.98% -
XYZ 35.68 69.6 11.84 -
YUV 162.23 42.08 45.1 -
System Red Green Blue C M Y K H S L
Decimal 46 251 10 0.82 0 0.96 0.02 111.04 0.97 0.51
Hex 2E FB A 52 0 60 2 6F 61 33
Octal 56 373 12 122 0 140 2 157 141 63
Binary 101110 11111011 1010 1010010 0 1100000 10 1101111 1100001 110011

Color Harmonies of #2EFB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFB0A

Black with #2EFB0A

Text Example


Text Example

White with #2EFB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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