Html Css Color HEX #2EE026 Lime Green

📋 copy color: '#2EE026'

red 46 ◦ green 224 ◦ blue 38

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

Shades of Lime Green #2EE026

Tints of Lime Green #2EE026

RGB

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

 GREEN value IS 224 (87.89% from 255) = 72.73%

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 14.94%
G = 72.73%
B = 12.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#2EE026 (or 0x2EE026) is known color: Lime Green. HEX triplet: 2E, E0 and 26. RGB value is (46,224,38). Sum of RGB (Red+Green+Blue) = 46+224+38=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 224 (87.89% from 255 or 72.73% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE026 is #D11FD9. Grayscale: #969696. Windows color (decimal): -13705178 or 2547758. OLE color: 2547758.

HSL color Cylindrical-coordinate representation of color #2EE026: hue angle of 117.42º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EE026 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 38 -
CMYK 0.79 0 0.83 0.12
HSL 117.42º 0.75% 0.51% -
HSV(B) 117.42º 0.83% 0.88% -
XYZ 28.13 54.03 10.78 -
YUV 149.57 65.03 54.12 -
System Red Green Blue C M Y K H S L
Decimal 46 224 38 0.79 0 0.83 0.12 117.42 0.75 0.51
Hex 2E E0 26 4F 0 53 C 75 4B 33
Octal 56 340 46 117 0 123 14 165 113 63
Binary 101110 11100000 100110 1001111 0 1010011 1100 1110101 1001011 110011

Color Harmonies of #2EE026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE026

Black with #2EE026

Text Example


Text Example

White with #2EE026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,38); }

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

background-color css

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

 a { background-color: rgb(46,224,38); }

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

border-color css

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

 span { border-color: rgb(46,224,38); }

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