Html Css Color HEX #2EDD07 Harlequin

📋 copy color: '#2EDD07'

red 46 ◦ green 221 ◦ blue 7

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

Shades of Harlequin #2EDD07

Tints of Harlequin #2EDD07

RGB

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

 GREEN value IS 221 (86.72% from 255) = 80.66%

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 16.79%
G = 80.66%
B = 2.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#2EDD07 (or 0x2EDD07) is known color: Harlequin. HEX triplet: 2E, DD and 07. RGB value is (46,221,7). Sum of RGB (Red+Green+Blue) = 46+221+7=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 221 (86.72% from 255 or 80.66% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDD07 is #D122F8. Grayscale: #909090. Windows color (decimal): -13705977 or 515374. OLE color: 515374.

HSL color Cylindrical-coordinate representation of color #2EDD07: hue angle of 109.07º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EDD07 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 7 -
CMYK 0.79 0 0.97 0.13
HSL 109.07º 0.94% 0.45% -
HSV(B) 109.07º 0.97% 0.87% -
XYZ 27.02 52.31 8.87 -
YUV 144.28 50.52 57.9 -
System Red Green Blue C M Y K H S L
Decimal 46 221 7 0.79 0 0.97 0.13 109.07 0.94 0.45
Hex 2E DD 7 4F 0 61 D 6D 5E 2D
Octal 56 335 7 117 0 141 15 155 136 55
Binary 101110 11011101 111 1001111 0 1100001 1101 1101101 1011110 101101

Color Harmonies of #2EDD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD07

Black with #2EDD07

Text Example


Text Example

White with #2EDD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,221,7); }

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

background-color css

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

 a { background-color: rgb(46,221,7); }

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

border-color css

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

 span { border-color: rgb(46,221,7); }

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