Html Css Color HEX #2EDA06 Harlequin

📋 copy color: '#2EDA06'

red 46 ◦ green 218 ◦ blue 6

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

Shades of Harlequin #2EDA06

Tints of Harlequin #2EDA06

RGB

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

 GREEN value IS 218 (85.55% from 255) = 80.74%

 BLUE value IS 6 (2.73% from 255) = 2.22%

R = 17.04%
G = 80.74%
B = 2.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#2EDA06 (or 0x2EDA06) is known color: Harlequin. HEX triplet: 2E, DA and 06. RGB value is (46,218,6). Sum of RGB (Red+Green+Blue) = 46+218+6=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 218 (85.55% from 255 or 80.74% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDA06 is #D125F9. Grayscale: #8F8F8F. Windows color (decimal): -13706746 or 449070. OLE color: 449070.

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

Color convert

RGB 46 218 6 -
CMYK 0.79 0 0.97 0.15
HSL 108.68º 0.95% 0.44% -
HSV(B) 108.68º 0.97% 0.85% -
XYZ 26.23 50.74 8.58 -
YUV 142.4 51.02 59.24 -
System Red Green Blue C M Y K H S L
Decimal 46 218 6 0.79 0 0.97 0.15 108.68 0.95 0.44
Hex 2E DA 6 4F 0 61 F 6D 5F 2C
Octal 56 332 6 117 0 141 17 155 137 54
Binary 101110 11011010 110 1001111 0 1100001 1111 1101101 1011111 101100

Color Harmonies of #2EDA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA06

Black with #2EDA06

Text Example


Text Example

White with #2EDA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,6); }

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

background-color css

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

 a { background-color: rgb(46,218,6); }

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

border-color css

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

 span { border-color: rgb(46,218,6); }

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