Html Css Color HEX #2EE828 Lime Green

📋 copy color: '#2EE828'

red 46 ◦ green 232 ◦ blue 40

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

Shades of Lime Green #2EE828

Tints of Lime Green #2EE828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.58%

R = 14.47%
G = 72.96%
B = 12.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#2EE828 (or 0x2EE828) is known color: Lime Green. HEX triplet: 2E, E8 and 28. RGB value is (46,232,40). Sum of RGB (Red+Green+Blue) = 46+232+40=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 232 (91.02% from 255 or 72.96% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE828 is #D117D7. Grayscale: #9B9B9B. Windows color (decimal): -13703128 or 2680878. OLE color: 2680878.

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

Color convert

RGB 46 232 40 -
CMYK 0.80 0 0.83 0.09
HSL 118.13º 0.81% 0.53% -
HSV(B) 118.13º 0.83% 0.91% -
XYZ 30.37 58.45 11.69 -
YUV 154.5 63.38 50.61 -
System Red Green Blue C M Y K H S L
Decimal 46 232 40 0.80 0 0.83 0.09 118.13 0.81 0.53
Hex 2E E8 28 50 0 53 9 76 51 35
Octal 56 350 50 120 0 123 11 166 121 65
Binary 101110 11101000 101000 1010000 0 1010011 1001 1110110 1010001 110101

Color Harmonies of #2EE828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE828

Black with #2EE828

Text Example


Text Example

White with #2EE828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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