#2EDB08

Color #2EDB08 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #2EDB08

Tints of Harlequin #2EDB08

Color information

#2EDB08 (or 0x2EDB08) is unknown color: approx Harlequin. HEX triplet: 2E, DB and 08. RGB value is (46,219,8). Sum of RGB (Red+Green+Blue) = 46+219+8=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 219 (85.94% from 255 or 80.22% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDB08 is #D124F7. Grayscale: #8F8F8F. Windows color (decimal): -13706488 or 580398. OLE color: 580398.

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

Color convert

RGB462198-
CMYK0.7900.960.14
HSL109.19º92.95%44.51%-
HSV(B)109.19º96.35%85.88%-
XYZ26.551.268.73-
YUV143.2251.6958.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 219 (85.94% from 255) = 80.22%
BLUE value IS 8 (3.52% from 255) = 2.93%
R=16.85%
G=80.22%
B=2.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal4621980.7900.960.14109.1992.9544.51
Hex2EDB84F060E6d5d2d
Octal563331011701401615513555
Binary101110110110111000100111101100000111011011011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EDB08;
 }
 .AnyTagClassName
 {
   color: #2EDB08;
 }
</style>
background-color css

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

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

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

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

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

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