Html Css Color HEX #2EDD0C Harlequin

📋 copy color: '#2EDD0C'

red 46 ◦ green 221 ◦ blue 12

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

Shades of Harlequin #2EDD0C

Tints of Harlequin #2EDD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 16.49%
G = 79.21%
B = 4.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#2EDD0C (or 0x2EDD0C) is known color: Harlequin. HEX triplet: 2E, DD and 0C. RGB value is (46,221,12). Sum of RGB (Red+Green+Blue) = 46+221+12=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 221 (86.72% from 255 or 79.21% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDD0C is #D122F3. Grayscale: #919191. Windows color (decimal): -13705972 or 843054. OLE color: 843054.

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

Color convert

RGB 46 221 12 -
CMYK 0.79 0 0.95 0.13
HSL 110.24º 0.9% 0.46% -
HSV(B) 110.24º 0.95% 0.87% -
XYZ 27.05 52.32 9.02 -
YUV 144.85 53.02 57.49 -
System Red Green Blue C M Y K H S L
Decimal 46 221 12 0.79 0 0.95 0.13 110.24 0.9 0.46
Hex 2E DD C 4F 0 5F D 6E 5A 2E
Octal 56 335 14 117 0 137 15 156 132 56
Binary 101110 11011101 1100 1001111 0 1011111 1101 1101110 1011010 101110

Color Harmonies of #2EDD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD0C

Black with #2EDD0C

Text Example


Text Example

White with #2EDD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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