Html Css Color HEX #2EDC30 Lime Green

📋 copy color: '#2EDC30'

red 46 ◦ green 220 ◦ blue 48

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

Shades of Lime Green #2EDC30

Tints of Lime Green #2EDC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 14.65%
G = 70.06%
B = 15.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#2EDC30 (or 0x2EDC30) is known color: Lime Green. HEX triplet: 2E, DC and 30. RGB value is (46,220,48). Sum of RGB (Red+Green+Blue) = 46+220+48=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC30 is #D123CF. Grayscale: #949494. Windows color (decimal): -13706192 or 3202094. OLE color: 3202094.

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

Color convert

RGB 46 220 48 -
CMYK 0.79 0 0.78 0.14
HSL 120.69º 0.71% 0.52% -
HSV(B) 120.69º 0.79% 0.86% -
XYZ 27.25 51.98 11.39 -
YUV 148.37 71.35 54.99 -
System Red Green Blue C M Y K H S L
Decimal 46 220 48 0.79 0 0.78 0.14 120.69 0.71 0.52
Hex 2E DC 30 4F 0 4E E 79 47 34
Octal 56 334 60 117 0 116 16 171 107 64
Binary 101110 11011100 110000 1001111 0 1001110 1110 1111001 1000111 110100

Color Harmonies of #2EDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC30

Black with #2EDC30

Text Example


Text Example

White with #2EDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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