Html Css Color HEX #2EDF2C Lime Green

📋 copy color: '#2EDF2C'

red 46 ◦ green 223 ◦ blue 44

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

Shades of Lime Green #2EDF2C

Tints of Lime Green #2EDF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 14.7%
G = 71.25%
B = 14.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#2EDF2C (or 0x2EDF2C) is known color: Lime Green. HEX triplet: 2E, DF and 2C. RGB value is (46,223,44). Sum of RGB (Red+Green+Blue) = 46+223+44=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF2C is #D120D3. Grayscale: #969696. Windows color (decimal): -13705428 or 2940718. OLE color: 2940718.

HSL color Cylindrical-coordinate representation of color #2EDF2C: hue angle of 119.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EDF2C is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 44 -
CMYK 0.79 0 0.80 0.13
HSL 119.33º 0.74% 0.52% -
HSV(B) 119.33º 0.8% 0.87% -
XYZ 27.97 53.54 11.24 -
YUV 149.67 68.36 54.05 -
System Red Green Blue C M Y K H S L
Decimal 46 223 44 0.79 0 0.80 0.13 119.33 0.74 0.52
Hex 2E DF 2C 4F 0 50 D 77 4A 34
Octal 56 337 54 117 0 120 15 167 112 64
Binary 101110 11011111 101100 1001111 0 1010000 1101 1110111 1001010 110100

Color Harmonies of #2EDF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF2C

Black with #2EDF2C

Text Example


Text Example

White with #2EDF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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