Html Css Color HEX #2EF915 Harlequin

📋 copy color: '#2EF915'

red 46 ◦ green 249 ◦ blue 21

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

Shades of Harlequin #2EF915

Tints of Harlequin #2EF915

RGB

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

 GREEN value IS 249 (97.66% from 255) = 78.8%

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

R = 14.56%
G = 78.8%
B = 6.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#2EF915 (or 0x2EF915) is known color: Harlequin. HEX triplet: 2E, F9 and 15. RGB value is (46,249,21). Sum of RGB (Red+Green+Blue) = 46+249+21=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 249 (97.66% from 255 or 78.80% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF915 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF915 is #D106EA. Grayscale: #A3A3A3. Windows color (decimal): -13698795 or 1440046. OLE color: 1440046.

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

Color convert

RGB 46 249 21 -
CMYK 0.82 0 0.92 0.02
HSL 113.42º 0.95% 0.53% -
HSV(B) 113.42º 0.92% 0.98% -
XYZ 35.14 68.39 12.06 -
YUV 162.31 48.25 45.04 -
System Red Green Blue C M Y K H S L
Decimal 46 249 21 0.82 0 0.92 0.02 113.42 0.95 0.53
Hex 2E F9 15 52 0 5C 2 71 5F 35
Octal 56 371 25 122 0 134 2 161 137 65
Binary 101110 11111001 10101 1010010 0 1011100 10 1110001 1011111 110101

Color Harmonies of #2EF915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF915

Black with #2EF915

Text Example


Text Example

White with #2EF915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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