Html Css Color HEX #2ED60C Lime Green

📋 copy color: '#2ED60C'

red 46 ◦ green 214 ◦ blue 12

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

Shades of Lime Green #2ED60C

Tints of Lime Green #2ED60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 78.68%

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 16.91%
G = 78.68%
B = 4.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#2ED60C (or 0x2ED60C) is known color: Lime Green. HEX triplet: 2E, D6 and 0C. RGB value is (46,214,12). Sum of RGB (Red+Green+Blue) = 46+214+12=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 214 (83.98% from 255 or 78.68% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED60C is #D129F3. Grayscale: #8D8D8D. Windows color (decimal): -13707764 or 841262. OLE color: 841262.

HSL color Cylindrical-coordinate representation of color #2ED60C: hue angle of 109.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2ED60C is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 12 -
CMYK 0.79 0 0.94 0.16
HSL 109.9º 0.89% 0.44% -
HSV(B) 109.9º 0.94% 0.84% -
XYZ 25.24 48.7 8.42 -
YUV 140.74 55.34 60.43 -
System Red Green Blue C M Y K H S L
Decimal 46 214 12 0.79 0 0.94 0.16 109.9 0.89 0.44
Hex 2E D6 C 4F 0 5E 10 6E 59 2C
Octal 56 326 14 117 0 136 20 156 131 54
Binary 101110 11010110 1100 1001111 0 1011110 10000 1101110 1011001 101100

Color Harmonies of #2ED60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED60C

Black with #2ED60C

Text Example


Text Example

White with #2ED60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,214,12); }

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

background-color css

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

 a { background-color: rgb(46,214,12); }

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

border-color css

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

 span { border-color: rgb(46,214,12); }

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