Html Css Color HEX #2EE53A Lime Green

📋 copy color: '#2EE53A'

red 46 ◦ green 229 ◦ blue 58

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

Shades of Lime Green #2EE53A

Tints of Lime Green #2EE53A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 68.77%

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 13.81%
G = 68.77%
B = 17.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#2EE53A (or 0x2EE53A) is known color: Lime Green. HEX triplet: 2E, E5 and 3A. RGB value is (46,229,58). Sum of RGB (Red+Green+Blue) = 46+229+58=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 229 (89.84% from 255 or 68.77% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE53A is #D11AC5. Grayscale: #9B9B9B. Windows color (decimal): -13703878 or 3859758. OLE color: 3859758.

HSL color Cylindrical-coordinate representation of color #2EE53A: hue angle of 123.93º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE53A is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 58 -
CMYK 0.80 0 0.75 0.10
HSL 123.93º 0.78% 0.54% -
HSV(B) 123.93º 0.8% 0.9% -
XYZ 29.91 56.92 13.41 -
YUV 154.79 73.37 50.4 -
System Red Green Blue C M Y K H S L
Decimal 46 229 58 0.80 0 0.75 0.10 123.93 0.78 0.54
Hex 2E E5 3A 50 0 4B A 7C 4E 36
Octal 56 345 72 120 0 113 12 174 116 66
Binary 101110 11100101 111010 1010000 0 1001011 1010 1111100 1001110 110110

Color Harmonies of #2EE53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE53A

Black with #2EE53A

Text Example


Text Example

White with #2EE53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,229,58); }

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

background-color css

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

 a { background-color: rgb(46,229,58); }

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

border-color css

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

 span { border-color: rgb(46,229,58); }

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