Html Css Color HEX #2ED13F Lime Green

📋 copy color: '#2ED13F'

red 46 ◦ green 209 ◦ blue 63

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

Shades of Lime Green #2ED13F

Tints of Lime Green #2ED13F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 65.72%

 BLUE value IS 63 (25% from 255) = 19.81%

R = 14.47%
G = 65.72%
B = 19.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#2ED13F (or 0x2ED13F) is known color: Lime Green. HEX triplet: 2E, D1 and 3F. RGB value is (46,209,63). Sum of RGB (Red+Green+Blue) = 46+209+63=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 209 (82.03% from 255 or 65.72% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED13F is #D12EC0. Grayscale: #909090. Windows color (decimal): -13708993 or 4182318. OLE color: 4182318.

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

Color convert

RGB 46 209 63 -
CMYK 0.78 0 0.70 0.18
HSL 126.26º 0.64% 0.5% -
HSV(B) 126.26º 0.78% 0.82% -
XYZ 24.82 46.54 12.38 -
YUV 143.62 82.5 58.37 -
System Red Green Blue C M Y K H S L
Decimal 46 209 63 0.78 0 0.70 0.18 126.26 0.64 0.5
Hex 2E D1 3F 4E 0 46 12 7E 40 32
Octal 56 321 77 116 0 106 22 176 100 62
Binary 101110 11010001 111111 1001110 0 1000110 10010 1111110 1000000 110010

Color Harmonies of #2ED13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED13F

Black with #2ED13F

Text Example


Text Example

White with #2ED13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,209,63); }

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

background-color css

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

 a { background-color: rgb(46,209,63); }

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

border-color css

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

 span { border-color: rgb(46,209,63); }

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