Html Css Color HEX #2EFD13 Harlequin

📋 copy color: '#2EFD13'

red 46 ◦ green 253 ◦ blue 19

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

Shades of Harlequin #2EFD13

Tints of Harlequin #2EFD13

RGB

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

 GREEN value IS 253 (99.22% from 255) = 79.56%

 BLUE value IS 19 (7.81% from 255) = 5.97%

R = 14.47%
G = 79.56%
B = 5.97%

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

#2EFD13 (or 0x2EFD13) is known color: Harlequin. HEX triplet: 2E, FD and 13. RGB value is (46,253,19). Sum of RGB (Red+Green+Blue) = 46+253+19=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 253 (99.22% from 255 or 79.56% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFD13 is #D102EC. Grayscale: #A5A5A5. Windows color (decimal): -13697773 or 1309998. OLE color: 1309998.

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

Color convert

RGB 46 253 19 -
CMYK 0.82 0 0.92 0.01
HSL 113.08º 0.98% 0.53% -
HSV(B) 113.08º 0.92% 0.99% -
XYZ 36.37 70.88 12.38 -
YUV 164.43 45.92 43.53 -
System Red Green Blue C M Y K H S L
Decimal 46 253 19 0.82 0 0.92 0.01 113.08 0.98 0.53
Hex 2E FD 13 52 0 5C 1 71 62 35
Octal 56 375 23 122 0 134 1 161 142 65
Binary 101110 11111101 10011 1010010 0 1011100 1 1110001 1100010 110101

Color Harmonies of #2EFD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFD13

Black with #2EFD13

Text Example


Text Example

White with #2EFD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,253,19); }

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

background-color css

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

 a { background-color: rgb(46,253,19); }

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

border-color css

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

 span { border-color: rgb(46,253,19); }

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