Html Css Color HEX #2EFB0F Harlequin

📋 copy color: '#2EFB0F'

red 46 ◦ green 251 ◦ blue 15

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

Shades of Harlequin #2EFB0F

Tints of Harlequin #2EFB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 14.74%
G = 80.45%
B = 4.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#2EFB0F (or 0x2EFB0F) is known color: Harlequin. HEX triplet: 2E, FB and 0F. RGB value is (46,251,15). Sum of RGB (Red+Green+Blue) = 46+251+15=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 251 (98.44% from 255 or 80.45% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFB0F is #D104F0. Grayscale: #A3A3A3. Windows color (decimal): -13698289 or 1047342. OLE color: 1047342.

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

Color convert

RGB 46 251 15 -
CMYK 0.82 0 0.94 0.02
HSL 112.12º 0.97% 0.52% -
HSV(B) 112.12º 0.94% 0.98% -
XYZ 35.71 69.61 12.01 -
YUV 162.8 44.58 44.69 -
System Red Green Blue C M Y K H S L
Decimal 46 251 15 0.82 0 0.94 0.02 112.12 0.97 0.52
Hex 2E FB F 52 0 5E 2 70 61 34
Octal 56 373 17 122 0 136 2 160 141 64
Binary 101110 11111011 1111 1010010 0 1011110 10 1110000 1100001 110100

Color Harmonies of #2EFB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFB0F

Black with #2EFB0F

Text Example


Text Example

White with #2EFB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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