Html Css Color HEX #2EEB48 Lime Green

📋 copy color: '#2EEB48'

red 46 ◦ green 235 ◦ blue 72

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

Shades of Lime Green #2EEB48

Tints of Lime Green #2EEB48

RGB

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

 GREEN value IS 235 (92.19% from 255) = 66.57%

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

R = 13.03%
G = 66.57%
B = 20.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#2EEB48 (or 0x2EEB48) is known color: Lime Green. HEX triplet: 2E, EB and 48. RGB value is (46,235,72). Sum of RGB (Red+Green+Blue) = 46+235+72=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 235 (92.19% from 255 or 66.57% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEB48 is #D114B7. Grayscale: #A0A0A0. Windows color (decimal): -13702328 or 4778798. OLE color: 4778798.

HSL color Cylindrical-coordinate representation of color #2EEB48: hue angle of 128.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB48 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 72 -
CMYK 0.80 0 0.69 0.08
HSL 128.25º 0.83% 0.55% -
HSV(B) 128.25º 0.8% 0.92% -
XYZ 32 60.47 16.12 -
YUV 159.91 78.38 46.75 -
System Red Green Blue C M Y K H S L
Decimal 46 235 72 0.80 0 0.69 0.08 128.25 0.83 0.55
Hex 2E EB 48 50 0 45 8 80 53 37
Octal 56 353 110 120 0 105 10 200 123 67
Binary 101110 11101011 1001000 1010000 0 1000101 1000 10000000 1010011 110111

Color Harmonies of #2EEB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB48

Black with #2EEB48

Text Example


Text Example

White with #2EEB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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