Html Css Color HEX #2EEA15 Harlequin

📋 copy color: '#2EEA15'

red 46 ◦ green 234 ◦ blue 21

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

Shades of Harlequin #2EEA15

Tints of Harlequin #2EEA15

RGB

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

 GREEN value IS 234 (91.8% from 255) = 77.74%

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

R = 15.28%
G = 77.74%
B = 6.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#2EEA15 (or 0x2EEA15) is known color: Harlequin. HEX triplet: 2E, EA and 15. RGB value is (46,234,21). Sum of RGB (Red+Green+Blue) = 46+234+21=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 234 (91.80% from 255 or 77.74% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEA15 is #D115EA. Grayscale: #9A9A9A. Windows color (decimal): -13702635 or 1436206. OLE color: 1436206.

HSL color Cylindrical-coordinate representation of color #2EEA15: hue angle of 112.96º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EEA15 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 234 21 -
CMYK 0.80 0 0.91 0.08
HSL 112.96º 0.84% 0.5% -
HSV(B) 112.96º 0.91% 0.92% -
XYZ 30.68 59.48 10.57 -
YUV 153.51 53.22 51.32 -
System Red Green Blue C M Y K H S L
Decimal 46 234 21 0.80 0 0.91 0.08 112.96 0.84 0.5
Hex 2E EA 15 50 0 5B 8 71 54 32
Octal 56 352 25 120 0 133 10 161 124 62
Binary 101110 11101010 10101 1010000 0 1011011 1000 1110001 1010100 110010

Color Harmonies of #2EEA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEA15

Black with #2EEA15

Text Example


Text Example

White with #2EEA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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