Html Css Color HEX #2EE705 Harlequin

📋 copy color: '#2EE705'

red 46 ◦ green 231 ◦ blue 5

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

Shades of Harlequin #2EE705

Tints of Harlequin #2EE705

RGB

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

 GREEN value IS 231 (90.63% 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 value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#2EE705 (or 0x2EE705) is known color: 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

RGB 46 231 5 -
CMYK 0.80 0 0.98 0.09
HSL 109.12º 0.96% 0.46% -
HSV(B) 109.12º 0.98% 0.91% -
XYZ 29.73 57.74 9.72 -
YUV 149.92 46.21 53.88 -
System Red Green Blue C M Y K H S L
Decimal 46 231 5 0.80 0 0.98 0.09 109.12 0.96 0.46
Hex 2E E7 5 50 0 62 9 6D 60 2E
Octal 56 347 5 120 0 142 11 155 140 56
Binary 101110 11100111 101 1010000 0 1100010 1001 1101101 1100000 101110

Color Harmonies of #2EE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE705

Black with #2EE705

Text Example


Text Example

White with #2EE705

Text Example


Text Example

HTML Codes & Css Web 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>