Html Css Color HEX #2EDF46 Lime Green

📋 copy color: '#2EDF46'

red 46 ◦ green 223 ◦ blue 70

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

Shades of Lime Green #2EDF46

Tints of Lime Green #2EDF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 13.57%
G = 65.78%
B = 20.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#2EDF46 (or 0x2EDF46) is known color: Lime Green. HEX triplet: 2E, DF and 46. RGB value is (46,223,70). Sum of RGB (Red+Green+Blue) = 46+223+70=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 223 (87.5% from 255 or 65.78% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF46 is #D120B9. Grayscale: #999999. Windows color (decimal): -13705402 or 4644654. OLE color: 4644654.

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

Color convert

RGB 46 223 70 -
CMYK 0.79 0 0.69 0.13
HSL 128.14º 0.73% 0.53% -
HSV(B) 128.14º 0.79% 0.87% -
XYZ 28.62 53.8 14.67 -
YUV 152.64 81.36 51.94 -
System Red Green Blue C M Y K H S L
Decimal 46 223 70 0.79 0 0.69 0.13 128.14 0.73 0.53
Hex 2E DF 46 4F 0 45 D 80 49 35
Octal 56 337 106 117 0 105 15 200 111 65
Binary 101110 11011111 1000110 1001111 0 1000101 1101 10000000 1001001 110101

Color Harmonies of #2EDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF46

Black with #2EDF46

Text Example


Text Example

White with #2EDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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