Html Css Color HEX #2EE10F Harlequin

📋 copy color: '#2EE10F'

red 46 ◦ green 225 ◦ blue 15

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

Shades of Harlequin #2EE10F

Tints of Harlequin #2EE10F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 78.67%

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 16.08%
G = 78.67%
B = 5.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#2EE10F (or 0x2EE10F) is known color: Harlequin. HEX triplet: 2E, E1 and 0F. RGB value is (46,225,15). Sum of RGB (Red+Green+Blue) = 46+225+15=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 225 (88.28% from 255 or 78.67% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE10F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE10F is #D11EF0. Grayscale: #949494. Windows color (decimal): -13704945 or 1040686. OLE color: 1040686.

HSL color Cylindrical-coordinate representation of color #2EE10F: hue angle of 111.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EE10F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 15 -
CMYK 0.80 0 0.93 0.12
HSL 111.14º 0.88% 0.47% -
HSV(B) 111.14º 0.93% 0.88% -
XYZ 28.14 54.47 9.48 -
YUV 147.54 53.2 55.58 -
System Red Green Blue C M Y K H S L
Decimal 46 225 15 0.80 0 0.93 0.12 111.14 0.88 0.47
Hex 2E E1 F 50 0 5D C 6F 58 2F
Octal 56 341 17 120 0 135 14 157 130 57
Binary 101110 11100001 1111 1010000 0 1011101 1100 1101111 1011000 101111

Color Harmonies of #2EE10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE10F

Black with #2EE10F

Text Example


Text Example

White with #2EE10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,15); }

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

background-color css

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

 a { background-color: rgb(46,225,15); }

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

border-color css

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

 span { border-color: rgb(46,225,15); }

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