Html Css Color HEX #2EDF14 Lime Green

📋 copy color: '#2EDF14'

red 46 ◦ green 223 ◦ blue 20

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

Shades of Lime Green #2EDF14

Tints of Lime Green #2EDF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 77.16%

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 15.92%
G = 77.16%
B = 6.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#2EDF14 (or 0x2EDF14) is known color: Lime Green. HEX triplet: 2E, DF and 14. RGB value is (46,223,20). Sum of RGB (Red+Green+Blue) = 46+223+20=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 223 (87.5% from 255 or 77.16% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDF14 is #D120EB. Grayscale: #939393. Windows color (decimal): -13705452 or 1367854. OLE color: 1367854.

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

Color convert

RGB 46 223 20 -
CMYK 0.79 0 0.91 0.13
HSL 112.32º 0.84% 0.48% -
HSV(B) 112.32º 0.91% 0.87% -
XYZ 27.64 53.41 9.51 -
YUV 146.94 56.36 56.01 -
System Red Green Blue C M Y K H S L
Decimal 46 223 20 0.79 0 0.91 0.13 112.32 0.84 0.48
Hex 2E DF 14 4F 0 5B D 70 54 30
Octal 56 337 24 117 0 133 15 160 124 60
Binary 101110 11011111 10100 1001111 0 1011011 1101 1110000 1010100 110000

Color Harmonies of #2EDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF14

Black with #2EDF14

Text Example


Text Example

White with #2EDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,223,20); }

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

background-color css

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

 a { background-color: rgb(46,223,20); }

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

border-color css

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

 span { border-color: rgb(46,223,20); }

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