Html Css Color HEX #2EE826 Lime Green

📋 copy color: '#2EE826'

red 46 ◦ green 232 ◦ blue 38

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

Shades of Lime Green #2EE826

Tints of Lime Green #2EE826

RGB

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

 GREEN value IS 232 (91.02% from 255) = 73.42%

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

R = 14.56%
G = 73.42%
B = 12.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#2EE826 (or 0x2EE826) is known color: Lime Green. HEX triplet: 2E, E8 and 26. RGB value is (46,232,38). Sum of RGB (Red+Green+Blue) = 46+232+38=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 232 (91.02% from 255 or 73.42% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE826 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE826 is #D117D9. Grayscale: #9A9A9A. Windows color (decimal): -13703130 or 2549806. OLE color: 2549806.

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

Color convert

RGB 46 232 38 -
CMYK 0.80 0 0.84 0.09
HSL 117.53º 0.81% 0.53% -
HSV(B) 117.53º 0.84% 0.91% -
XYZ 30.33 58.43 11.51 -
YUV 154.27 62.38 50.77 -
System Red Green Blue C M Y K H S L
Decimal 46 232 38 0.80 0 0.84 0.09 117.53 0.81 0.53
Hex 2E E8 26 50 0 54 9 76 51 35
Octal 56 350 46 120 0 124 11 166 121 65
Binary 101110 11101000 100110 1010000 0 1010100 1001 1110110 1010001 110101

Color Harmonies of #2EE826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE826

Black with #2EE826

Text Example


Text Example

White with #2EE826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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