Html Css Color HEX #2EE405 Harlequin

📋 copy color: '#2EE405'

red 46 ◦ green 228 ◦ blue 5

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

Shades of Harlequin #2EE405

Tints of Harlequin #2EE405

RGB

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

 GREEN value IS 228 (89.45% from 255) = 81.72%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 16.49%
G = 81.72%
B = 1.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#2EE405 (or 0x2EE405) is known color: Harlequin. HEX triplet: 2E, E4 and 05. RGB value is (46,228,5). Sum of RGB (Red+Green+Blue) = 46+228+5=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 228 (89.45% from 255 or 81.72% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE405 is #D11BFA. Grayscale: #949494. Windows color (decimal): -13704187 or 386094. OLE color: 386094.

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

Color convert

RGB 46 228 5 -
CMYK 0.80 0 0.98 0.11
HSL 108.97º 0.96% 0.46% -
HSV(B) 108.97º 0.98% 0.89% -
XYZ 28.9 56.08 9.44 -
YUV 148.16 47.2 55.13 -
System Red Green Blue C M Y K H S L
Decimal 46 228 5 0.80 0 0.98 0.11 108.97 0.96 0.46
Hex 2E E4 5 50 0 62 B 6D 60 2E
Octal 56 344 5 120 0 142 13 155 140 56
Binary 101110 11100100 101 1010000 0 1100010 1011 1101101 1100000 101110

Color Harmonies of #2EE405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE405

Black with #2EE405

Text Example


Text Example

White with #2EE405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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