Html Css Color HEX #2ED514 Lime Green

📋 copy color: '#2ED514'

red 46 ◦ green 213 ◦ blue 20

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

Shades of Lime Green #2ED514

Tints of Lime Green #2ED514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 16.49%
G = 76.34%
B = 7.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#2ED514 (or 0x2ED514) is known color: Lime Green. HEX triplet: 2E, D5 and 14. RGB value is (46,213,20). Sum of RGB (Red+Green+Blue) = 46+213+20=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 213 (83.59% from 255 or 76.34% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED514 is #D12AEB. Grayscale: #8D8D8D. Windows color (decimal): -13708012 or 1365294. OLE color: 1365294.

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

Color convert

RGB 46 213 20 -
CMYK 0.78 0 0.91 0.16
HSL 111.92º 0.83% 0.46% -
HSV(B) 111.92º 0.91% 0.84% -
XYZ 25.05 48.22 8.65 -
YUV 141.07 59.67 60.19 -
System Red Green Blue C M Y K H S L
Decimal 46 213 20 0.78 0 0.91 0.16 111.92 0.83 0.46
Hex 2E D5 14 4E 0 5B 10 70 53 2E
Octal 56 325 24 116 0 133 20 160 123 56
Binary 101110 11010101 10100 1001110 0 1011011 10000 1110000 1010011 101110

Color Harmonies of #2ED514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED514

Black with #2ED514

Text Example


Text Example

White with #2ED514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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