#2EE705

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

Shades of Harlequin #2EE705

Tints of Harlequin #2EE705

Color information

#2EE705 (or 0x2EE705) is unknown color: approx Harlequin. HEX triplet: 2E, E7 and 05. RGB value is (46,231,5). Sum of RGB (Red+Green+Blue) = 46+231+5=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 231 (90.62% from 255 or 81.91% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE705 is #D118FA. Grayscale: #969696. Windows color (decimal): -13703419 or 386862. OLE color: 386862.

HSL color Cylindrical-coordinate representation of color #2EE705: hue angle of 109.12º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EE705 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB462315-
CMYK0.8000.980.09
HSL109.12º95.76%46.27%-
HSV(B)109.12º97.84%90.59%-
XYZ29.7357.749.72-
YUV149.9246.2153.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.31%
GREEN value IS 231 (90.62% from 255) = 81.91%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=16.31%
G=81.91%
B=1.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal4623150.8000.980.09109.1295.7646.27
Hex2EE755006296d602e
Octal56347512001421115514056
Binary10111011100111101101000001100010100111011011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,231,5); }

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

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

 a { background-color: rgb(46,231,5); }

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

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

 span { border-color: rgb(46,231,5); }

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