Html Css Color HEX #2ED012 Lime Green

📋 copy color: '#2ED012'

red 46 ◦ green 208 ◦ blue 18

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

Shades of Lime Green #2ED012

Tints of Lime Green #2ED012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 76.47%

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

R = 16.91%
G = 76.47%
B = 6.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#2ED012 (or 0x2ED012) is known color: Lime Green. HEX triplet: 2E, D0 and 12. RGB value is (46,208,18). Sum of RGB (Red+Green+Blue) = 46+208+18=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 208 (81.64% from 255 or 76.47% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED012 is #D12FED. Grayscale: #8A8A8A. Windows color (decimal): -13709294 or 1232942. OLE color: 1232942.

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

Color convert

RGB 46 208 18 -
CMYK 0.78 0 0.91 0.18
HSL 111.16º 0.84% 0.44% -
HSV(B) 111.16º 0.91% 0.82% -
XYZ 23.79 45.74 8.15 -
YUV 137.9 60.33 62.45 -
System Red Green Blue C M Y K H S L
Decimal 46 208 18 0.78 0 0.91 0.18 111.16 0.84 0.44
Hex 2E D0 12 4E 0 5B 12 6F 54 2C
Octal 56 320 22 116 0 133 22 157 124 54
Binary 101110 11010000 10010 1001110 0 1011011 10010 1101111 1010100 101100

Color Harmonies of #2ED012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED012

Black with #2ED012

Text Example


Text Example

White with #2ED012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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