Html Css Color HEX #2EFC15 Harlequin

📋 copy color: '#2EFC15'

red 46 ◦ green 252 ◦ blue 21

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

Shades of Harlequin #2EFC15

Tints of Harlequin #2EFC15

RGB

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

 GREEN value IS 252 (98.83% from 255) = 79%

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 14.42%
G = 79%
B = 6.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#2EFC15 (or 0x2EFC15) is known color: Harlequin. HEX triplet: 2E, FC and 15. RGB value is (46,252,21). Sum of RGB (Red+Green+Blue) = 46+252+21=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 252 (98.83% from 255 or 79.00% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC15 is #D103EA. Grayscale: #A4A4A4. Windows color (decimal): -13698027 or 1440814. OLE color: 1440814.

HSL color Cylindrical-coordinate representation of color #2EFC15: hue angle of 113.51º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EFC15 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 21 -
CMYK 0.82 0 0.92 0.01
HSL 113.51º 0.97% 0.54% -
HSV(B) 113.51º 0.92% 0.99% -
XYZ 36.07 70.26 12.37 -
YUV 164.07 47.25 43.78 -
System Red Green Blue C M Y K H S L
Decimal 46 252 21 0.82 0 0.92 0.01 113.51 0.97 0.54
Hex 2E FC 15 52 0 5C 1 72 61 36
Octal 56 374 25 122 0 134 1 162 141 66
Binary 101110 11111100 10101 1010010 0 1011100 1 1110010 1100001 110110

Color Harmonies of #2EFC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC15

Black with #2EFC15

Text Example


Text Example

White with #2EFC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,21); }

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

background-color css

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

 a { background-color: rgb(46,252,21); }

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

border-color css

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

 span { border-color: rgb(46,252,21); }

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