Html Css Color HEX #2EE528 Lime Green

📋 copy color: '#2EE528'

red 46 ◦ green 229 ◦ blue 40

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

Shades of Lime Green #2EE528

Tints of Lime Green #2EE528

RGB

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

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

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

R = 14.6%
G = 72.7%
B = 12.7%

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

#2EE528 (or 0x2EE528) is known color: Lime Green. HEX triplet: 2E, E5 and 28. RGB value is (46,229,40). Sum of RGB (Red+Green+Blue) = 46+229+40=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 229 (89.84% from 255 or 72.70% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE528 is #D11AD7. Grayscale: #999999. Windows color (decimal): -13703896 or 2680110. OLE color: 2680110.

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

Color convert

RGB 46 229 40 -
CMYK 0.80 0 0.83 0.10
HSL 118.1º 0.78% 0.53% -
HSV(B) 118.1º 0.83% 0.9% -
XYZ 29.53 56.77 11.41 -
YUV 152.74 64.37 51.87 -
System Red Green Blue C M Y K H S L
Decimal 46 229 40 0.80 0 0.83 0.10 118.1 0.78 0.53
Hex 2E E5 28 50 0 53 A 76 4E 35
Octal 56 345 50 120 0 123 12 166 116 65
Binary 101110 11100101 101000 1010000 0 1010011 1010 1110110 1001110 110101

Color Harmonies of #2EE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE528

Black with #2EE528

Text Example


Text Example

White with #2EE528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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