Html Css Color HEX #2ED548 Lime Green

📋 copy color: '#2ED548'

red 46 ◦ green 213 ◦ blue 72

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

Shades of Lime Green #2ED548

Tints of Lime Green #2ED548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.35%

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

R = 13.9%
G = 64.35%
B = 21.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#2ED548 (or 0x2ED548) is known color: Lime Green. HEX triplet: 2E, D5 and 48. RGB value is (46,213,72). Sum of RGB (Red+Green+Blue) = 46+213+72=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED548 is #D12AB7. Grayscale: #939393. Windows color (decimal): -13707960 or 4773166. OLE color: 4773166.

HSL color Cylindrical-coordinate representation of color #2ED548: hue angle of 129.34º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED548 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 213 72 -
CMYK 0.78 0 0.66 0.16
HSL 129.34º 0.67% 0.51% -
HSV(B) 129.34º 0.78% 0.84% -
XYZ 26.09 48.64 14.14 -
YUV 146.99 85.67 55.96 -
System Red Green Blue C M Y K H S L
Decimal 46 213 72 0.78 0 0.66 0.16 129.34 0.67 0.51
Hex 2E D5 48 4E 0 42 10 81 43 33
Octal 56 325 110 116 0 102 20 201 103 63
Binary 101110 11010101 1001000 1001110 0 1000010 10000 10000001 1000011 110011

Color Harmonies of #2ED548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED548

Black with #2ED548

Text Example


Text Example

White with #2ED548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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