Html Css Color HEX #2EDD1F Lime Green

📋 copy color: '#2EDD1F'

red 46 ◦ green 221 ◦ blue 31

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

Shades of Lime Green #2EDD1F

Tints of Lime Green #2EDD1F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 74.16%

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

R = 15.44%
G = 74.16%
B = 10.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#2EDD1F (or 0x2EDD1F) is known color: Lime Green. HEX triplet: 2E, DD and 1F. RGB value is (46,221,31). Sum of RGB (Red+Green+Blue) = 46+221+31=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 221 (86.72% from 255 or 74.16% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD1F is #D122E0. Grayscale: #939393. Windows color (decimal): -13705953 or 2088238. OLE color: 2088238.

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

Color convert

RGB 46 221 31 -
CMYK 0.79 0 0.86 0.13
HSL 115.26º 0.75% 0.49% -
HSV(B) 115.26º 0.86% 0.87% -
XYZ 27.23 52.39 9.97 -
YUV 147.02 62.52 55.95 -
System Red Green Blue C M Y K H S L
Decimal 46 221 31 0.79 0 0.86 0.13 115.26 0.75 0.49
Hex 2E DD 1F 4F 0 56 D 73 4B 31
Octal 56 335 37 117 0 126 15 163 113 61
Binary 101110 11011101 11111 1001111 0 1010110 1101 1110011 1001011 110001

Color Harmonies of #2EDD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD1F

Black with #2EDD1F

Text Example


Text Example

White with #2EDD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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