Html Css Color HEX #2EDD3D Lime Green

📋 copy color: '#2EDD3D'

red 46 ◦ green 221 ◦ blue 61

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

Shades of Lime Green #2EDD3D

Tints of Lime Green #2EDD3D

RGB

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

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

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

R = 14.02%
G = 67.38%
B = 18.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#2EDD3D (or 0x2EDD3D) is known color: Lime Green. HEX triplet: 2E, DD and 3D. RGB value is (46,221,61). Sum of RGB (Red+Green+Blue) = 46+221+61=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD3D is #D122C2. Grayscale: #969696. Windows color (decimal): -13705923 or 4054318. OLE color: 4054318.

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

Color convert

RGB 46 221 61 -
CMYK 0.79 0 0.72 0.13
HSL 125.14º 0.72% 0.52% -
HSV(B) 125.14º 0.79% 0.87% -
XYZ 27.83 52.63 13.11 -
YUV 150.44 77.52 53.51 -
System Red Green Blue C M Y K H S L
Decimal 46 221 61 0.79 0 0.72 0.13 125.14 0.72 0.52
Hex 2E DD 3D 4F 0 48 D 7D 48 34
Octal 56 335 75 117 0 110 15 175 110 64
Binary 101110 11011101 111101 1001111 0 1001000 1101 1111101 1001000 110100

Color Harmonies of #2EDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD3D

Black with #2EDD3D

Text Example


Text Example

White with #2EDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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