Html Css Color HEX #2EDA12 Lime Green

📋 copy color: '#2EDA12'

red 46 ◦ green 218 ◦ blue 18

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

Shades of Lime Green #2EDA12

Tints of Lime Green #2EDA12

RGB

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

 GREEN value IS 218 (85.55% from 255) = 77.3%

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

R = 16.31%
G = 77.3%
B = 6.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#2EDA12 (or 0x2EDA12) is known color: Lime Green. HEX triplet: 2E, DA and 12. RGB value is (46,218,18). Sum of RGB (Red+Green+Blue) = 46+218+18=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 218 (85.55% from 255 or 77.30% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDA12 is #D125ED. Grayscale: #909090. Windows color (decimal): -13706734 or 1235502. OLE color: 1235502.

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

Color convert

RGB 46 218 18 -
CMYK 0.79 0 0.92 0.15
HSL 111.6º 0.85% 0.46% -
HSV(B) 111.6º 0.92% 0.85% -
XYZ 26.31 50.77 8.98 -
YUV 143.77 57.02 58.26 -
System Red Green Blue C M Y K H S L
Decimal 46 218 18 0.79 0 0.92 0.15 111.6 0.85 0.46
Hex 2E DA 12 4F 0 5C F 70 55 2E
Octal 56 332 22 117 0 134 17 160 125 56
Binary 101110 11011010 10010 1001111 0 1011100 1111 1110000 1010101 101110

Color Harmonies of #2EDA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA12

Black with #2EDA12

Text Example


Text Example

White with #2EDA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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