Html Css Color HEX #2EDC2C Lime Green

📋 copy color: '#2EDC2C'

red 46 ◦ green 220 ◦ blue 44

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

Shades of Lime Green #2EDC2C

Tints of Lime Green #2EDC2C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.97%

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 14.84%
G = 70.97%
B = 14.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#2EDC2C (or 0x2EDC2C) is known color: Lime Green. HEX triplet: 2E, DC and 2C. RGB value is (46,220,44). Sum of RGB (Red+Green+Blue) = 46+220+44=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC2C is #D123D3. Grayscale: #949494. Windows color (decimal): -13706196 or 2939950. OLE color: 2939950.

HSL color Cylindrical-coordinate representation of color #2EDC2C: hue angle of 119.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EDC2C is Cyan = 0.79, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 220 44 -
CMYK 0.79 0 0.8 0.14
HSL 119.32º 0.72% 0.52% -
HSV(B) 119.32º 0.8% 0.86% -
XYZ 27.17 51.95 10.98 -
YUV 147.91 69.35 55.31 -
System Red Green Blue C M Y K H S L
Decimal 46 220 44 0.79 0 0.8 0.14 119.32 0.72 0.52
Hex 2E DC 2C 4F 0 50 E 77 48 34
Octal 56 334 54 117 0 120 16 167 110 64
Binary 101110 11011100 101100 1001111 0 1010000 1110 1110111 1001000 110100

Color Harmonies of #2EDC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC2C

Black with #2EDC2C

Text Example


Text Example

White with #2EDC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,220,44); }

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

background-color css

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

 a { background-color: rgb(46,220,44); }

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

border-color css

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

 span { border-color: rgb(46,220,44); }

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