Html Css Color HEX #2EE526 Lime Green

📋 copy color: '#2EE526'

red 46 ◦ green 229 ◦ blue 38

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

Shades of Lime Green #2EE526

Tints of Lime Green #2EE526

RGB

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

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

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

R = 14.7%
G = 73.16%
B = 12.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#2EE526 (or 0x2EE526) is known color: Lime Green. HEX triplet: 2E, E5 and 26. RGB value is (46,229,38). Sum of RGB (Red+Green+Blue) = 46+229+38=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 229 (89.84% from 255 or 73.16% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE526 is #D11AD9. Grayscale: #999999. Windows color (decimal): -13703898 or 2549038. OLE color: 2549038.

HSL color Cylindrical-coordinate representation of color #2EE526: hue angle of 117.49º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EE526 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 38 -
CMYK 0.80 0 0.83 0.10
HSL 117.49º 0.79% 0.52% -
HSV(B) 117.49º 0.83% 0.9% -
XYZ 29.5 56.76 11.23 -
YUV 152.51 63.37 52.03 -
System Red Green Blue C M Y K H S L
Decimal 46 229 38 0.80 0 0.83 0.10 117.49 0.79 0.52
Hex 2E E5 26 50 0 53 A 75 4F 34
Octal 56 345 46 120 0 123 12 165 117 64
Binary 101110 11100101 100110 1010000 0 1010011 1010 1110101 1001111 110100

Color Harmonies of #2EE526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE526

Black with #2EE526

Text Example


Text Example

White with #2EE526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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