Html Css Color HEX #2ED70C Lime Green

📋 copy color: '#2ED70C'

red 46 ◦ green 215 ◦ blue 12

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

Shades of Lime Green #2ED70C

Tints of Lime Green #2ED70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 78.75%

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

R = 16.85%
G = 78.75%
B = 4.4%

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

#2ED70C (or 0x2ED70C) is known color: Lime Green. HEX triplet: 2E, D7 and 0C. RGB value is (46,215,12). Sum of RGB (Red+Green+Blue) = 46+215+12=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 215 (84.38% from 255 or 78.75% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED70C is #D128F3. Grayscale: #8D8D8D. Windows color (decimal): -13707508 or 841518. OLE color: 841518.

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

Color convert

RGB 46 215 12 -
CMYK 0.79 0 0.94 0.16
HSL 109.95º 0.89% 0.45% -
HSV(B) 109.95º 0.94% 0.84% -
XYZ 25.49 49.21 8.5 -
YUV 141.33 55.01 60.01 -
System Red Green Blue C M Y K H S L
Decimal 46 215 12 0.79 0 0.94 0.16 109.95 0.89 0.45
Hex 2E D7 C 4F 0 5E 10 6E 59 2D
Octal 56 327 14 117 0 136 20 156 131 55
Binary 101110 11010111 1100 1001111 0 1011110 10000 1101110 1011001 101101

Color Harmonies of #2ED70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED70C

Black with #2ED70C

Text Example


Text Example

White with #2ED70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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