Html Css Color HEX #2EDA1F Lime Green

📋 copy color: '#2EDA1F'

red 46 ◦ green 218 ◦ blue 31

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

Shades of Lime Green #2EDA1F

Tints of Lime Green #2EDA1F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 73.9%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 15.59%
G = 73.9%
B = 10.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#2EDA1F (or 0x2EDA1F) is known color: Lime Green. HEX triplet: 2E, DA and 1F. RGB value is (46,218,31). Sum of RGB (Red+Green+Blue) = 46+218+31=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 218 (85.55% from 255 or 73.90% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA1F is #D125E0. Grayscale: #919191. Windows color (decimal): -13706721 or 2087470. OLE color: 2087470.

HSL color Cylindrical-coordinate representation of color #2EDA1F: hue angle of 115.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EDA1F is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 218 31 -
CMYK 0.79 0 0.86 0.15
HSL 115.19º 0.75% 0.49% -
HSV(B) 115.19º 0.86% 0.85% -
XYZ 26.45 50.82 9.71 -
YUV 145.25 63.52 57.21 -
System Red Green Blue C M Y K H S L
Decimal 46 218 31 0.79 0 0.86 0.15 115.19 0.75 0.49
Hex 2E DA 1F 4F 0 56 F 73 4B 31
Octal 56 332 37 117 0 126 17 163 113 61
Binary 101110 11011010 11111 1001111 0 1010110 1111 1110011 1001011 110001

Color Harmonies of #2EDA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA1F

Black with #2EDA1F

Text Example


Text Example

White with #2EDA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,31); }

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

background-color css

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

 a { background-color: rgb(46,218,31); }

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

border-color css

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

 span { border-color: rgb(46,218,31); }

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