Html Css Color HEX #2ED512 Lime Green

📋 copy color: '#2ED512'

red 46 ◦ green 213 ◦ blue 18

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

Shades of Lime Green #2ED512

Tints of Lime Green #2ED512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 16.61%
G = 76.9%
B = 6.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#2ED512 (or 0x2ED512) is known color: Lime Green. HEX triplet: 2E, D5 and 12. RGB value is (46,213,18). Sum of RGB (Red+Green+Blue) = 46+213+18=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 213 (83.59% from 255 or 76.90% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED512 is #D12AED. Grayscale: #8D8D8D. Windows color (decimal): -13708014 or 1234222. OLE color: 1234222.

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

Color convert

RGB 46 213 18 -
CMYK 0.78 0 0.92 0.16
HSL 111.38º 0.84% 0.45% -
HSV(B) 111.38º 0.92% 0.84% -
XYZ 25.03 48.21 8.56 -
YUV 140.84 58.67 60.36 -
System Red Green Blue C M Y K H S L
Decimal 46 213 18 0.78 0 0.92 0.16 111.38 0.84 0.45
Hex 2E D5 12 4E 0 5C 10 6F 54 2D
Octal 56 325 22 116 0 134 20 157 124 55
Binary 101110 11010101 10010 1001110 0 1011100 10000 1101111 1010100 101101

Color Harmonies of #2ED512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED512

Black with #2ED512

Text Example


Text Example

White with #2ED512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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