Html Css Color HEX #2EDE3D Lime Green

📋 copy color: '#2EDE3D'

red 46 ◦ green 222 ◦ blue 61

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

Shades of Lime Green #2EDE3D

Tints of Lime Green #2EDE3D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 67.48%

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 13.98%
G = 67.48%
B = 18.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#2EDE3D (or 0x2EDE3D) is known color: Lime Green. HEX triplet: 2E, DE and 3D. RGB value is (46,222,61). Sum of RGB (Red+Green+Blue) = 46+222+61=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 222 (87.11% from 255 or 67.48% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDE3D is #D121C2. Grayscale: #979797. Windows color (decimal): -13705667 or 4054574. OLE color: 4054574.

HSL color Cylindrical-coordinate representation of color #2EDE3D: hue angle of 125.11º 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 #2EDE3D is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 61 -
CMYK 0.79 0 0.73 0.13
HSL 125.11º 0.73% 0.53% -
HSV(B) 125.11º 0.79% 0.87% -
XYZ 28.09 53.16 13.2 -
YUV 151.02 77.19 53.09 -
System Red Green Blue C M Y K H S L
Decimal 46 222 61 0.79 0 0.73 0.13 125.11 0.73 0.53
Hex 2E DE 3D 4F 0 49 D 7D 49 35
Octal 56 336 75 117 0 111 15 175 111 65
Binary 101110 11011110 111101 1001111 0 1001001 1101 1111101 1001001 110101

Color Harmonies of #2EDE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE3D

Black with #2EDE3D

Text Example


Text Example

White with #2EDE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,222,61); }

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

background-color css

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

 a { background-color: rgb(46,222,61); }

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

border-color css

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

 span { border-color: rgb(46,222,61); }

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