Html Css Color HEX #2EE048 Lime Green

📋 copy color: '#2EE048'

red 46 ◦ green 224 ◦ blue 72

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

Shades of Lime Green #2EE048

Tints of Lime Green #2EE048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 13.45%
G = 65.5%
B = 21.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#2EE048 (or 0x2EE048) is known color: Lime Green. HEX triplet: 2E, E0 and 48. RGB value is (46,224,72). Sum of RGB (Red+Green+Blue) = 46+224+72=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE048 is #D11FB7. Grayscale: #999999. Windows color (decimal): -13705144 or 4775982. OLE color: 4775982.

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

Color convert

RGB 46 224 72 -
CMYK 0.79 0 0.68 0.12
HSL 128.76º 0.74% 0.53% -
HSV(B) 128.76º 0.79% 0.88% -
XYZ 28.95 54.36 15.1 -
YUV 153.45 82.03 51.36 -
System Red Green Blue C M Y K H S L
Decimal 46 224 72 0.79 0 0.68 0.12 128.76 0.74 0.53
Hex 2E E0 48 4F 0 44 C 81 4A 35
Octal 56 340 110 117 0 104 14 201 112 65
Binary 101110 11100000 1001000 1001111 0 1000100 1100 10000001 1001010 110101

Color Harmonies of #2EE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE048

Black with #2EE048

Text Example


Text Example

White with #2EE048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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