Html Css Color HEX #2EE028 Lime Green

📋 copy color: '#2EE028'

red 46 ◦ green 224 ◦ blue 40

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

Shades of Lime Green #2EE028

Tints of Lime Green #2EE028

RGB

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

 GREEN value IS 224 (87.89% from 255) = 72.26%

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

R = 14.84%
G = 72.26%
B = 12.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#2EE028 (or 0x2EE028) is known color: Lime Green. HEX triplet: 2E, E0 and 28. RGB value is (46,224,40). Sum of RGB (Red+Green+Blue) = 46+224+40=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE028 is #D11FD7. Grayscale: #969696. Windows color (decimal): -13705176 or 2678830. OLE color: 2678830.

HSL color Cylindrical-coordinate representation of color #2EE028: hue angle of 118.04º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE028 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 40 -
CMYK 0.79 0 0.82 0.12
HSL 118.04º 0.75% 0.52% -
HSV(B) 118.04º 0.82% 0.88% -
XYZ 28.17 54.05 10.95 -
YUV 149.8 66.03 53.96 -
System Red Green Blue C M Y K H S L
Decimal 46 224 40 0.79 0 0.82 0.12 118.04 0.75 0.52
Hex 2E E0 28 4F 0 52 C 76 4B 34
Octal 56 340 50 117 0 122 14 166 113 64
Binary 101110 11100000 101000 1001111 0 1010010 1100 1110110 1001011 110100

Color Harmonies of #2EE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE028

Black with #2EE028

Text Example


Text Example

White with #2EE028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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