Html Css Color HEX #2EEA02 Harlequin

📋 copy color: '#2EEA02'

red 46 ◦ green 234 ◦ blue 2

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

Shades of Harlequin #2EEA02

Tints of Harlequin #2EEA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 16.31%
G = 82.98%
B = 0.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#2EEA02 (or 0x2EEA02) is known color: Harlequin. HEX triplet: 2E, EA and 02. RGB value is (46,234,2). Sum of RGB (Red+Green+Blue) = 46+234+2=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 234 (91.80% from 255 or 82.98% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEA02 is #D115FD. Grayscale: #989898. Windows color (decimal): -13702654 or 191022. OLE color: 191022.

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

Color convert

RGB 46 234 2 -
CMYK 0.80 0 0.99 0.08
HSL 108.62º 0.98% 0.46% -
HSV(B) 108.62º 0.99% 0.92% -
XYZ 30.56 59.43 9.92 -
YUV 151.34 43.72 52.86 -
System Red Green Blue C M Y K H S L
Decimal 46 234 2 0.80 0 0.99 0.08 108.62 0.98 0.46
Hex 2E EA 2 50 0 63 8 6D 62 2E
Octal 56 352 2 120 0 143 10 155 142 56
Binary 101110 11101010 10 1010000 0 1100011 1000 1101101 1100010 101110

Color Harmonies of #2EEA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEA02

Black with #2EEA02

Text Example


Text Example

White with #2EEA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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