Html Css Color HEX #2EDB03 Harlequin

📋 copy color: '#2EDB03'

red 46 ◦ green 219 ◦ blue 3

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

Shades of Harlequin #2EDB03

Tints of Harlequin #2EDB03

RGB

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

 GREEN value IS 219 (85.94% from 255) = 81.72%

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 17.16%
G = 81.72%
B = 1.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#2EDB03 (or 0x2EDB03) is known color: Harlequin. HEX triplet: 2E, DB and 03. RGB value is (46,219,3). Sum of RGB (Red+Green+Blue) = 46+219+3=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 219 (85.94% from 255 or 81.72% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDB03 is #D124FC. Grayscale: #8F8F8F. Windows color (decimal): -13706493 or 252718. OLE color: 252718.

HSL color Cylindrical-coordinate representation of color #2EDB03: hue angle of 108.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EDB03 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 219 3 -
CMYK 0.79 0 0.99 0.14
HSL 108.06º 0.97% 0.44% -
HSV(B) 108.06º 0.99% 0.86% -
XYZ 26.47 51.25 8.58 -
YUV 142.65 49.19 59.06 -
System Red Green Blue C M Y K H S L
Decimal 46 219 3 0.79 0 0.99 0.14 108.06 0.97 0.44
Hex 2E DB 3 4F 0 63 E 6C 61 2C
Octal 56 333 3 117 0 143 16 154 141 54
Binary 101110 11011011 11 1001111 0 1100011 1110 1101100 1100001 101100

Color Harmonies of #2EDB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDB03

Black with #2EDB03

Text Example


Text Example

White with #2EDB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,219,3); }

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

background-color css

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

 a { background-color: rgb(46,219,3); }

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

border-color css

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

 span { border-color: rgb(46,219,3); }

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