Html Css Color HEX #2ED83A Lime Green

📋 copy color: '#2ED83A'

red 46 ◦ green 216 ◦ blue 58

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

Shades of Lime Green #2ED83A

Tints of Lime Green #2ED83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 67.5%

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 14.38%
G = 67.5%
B = 18.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#2ED83A (or 0x2ED83A) is known color: Lime Green. HEX triplet: 2E, D8 and 3A. RGB value is (46,216,58). Sum of RGB (Red+Green+Blue) = 46+216+58=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 216 (84.77% from 255 or 67.5% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED83A is #D127C5. Grayscale: #939393. Windows color (decimal): -13707206 or 3856430. OLE color: 3856430.

HSL color Cylindrical-coordinate representation of color #2ED83A: hue angle of 124.24º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED83A is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 216 58 -
CMYK 0.79 0 0.73 0.15
HSL 124.24º 0.69% 0.51% -
HSV(B) 124.24º 0.79% 0.85% -
XYZ 26.45 50 12.26 -
YUV 147.16 77.68 55.85 -
System Red Green Blue C M Y K H S L
Decimal 46 216 58 0.79 0 0.73 0.15 124.24 0.69 0.51
Hex 2E D8 3A 4F 0 49 F 7C 45 33
Octal 56 330 72 117 0 111 17 174 105 63
Binary 101110 11011000 111010 1001111 0 1001001 1111 1111100 1000101 110011

Color Harmonies of #2ED83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED83A

Black with #2ED83A

Text Example


Text Example

White with #2ED83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,216,58); }

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

background-color css

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

 a { background-color: rgb(46,216,58); }

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

border-color css

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

 span { border-color: rgb(46,216,58); }

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