Html Css Color HEX #2EDD4B Lime Green

📋 copy color: '#2EDD4B'

red 46 ◦ green 221 ◦ blue 75

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

Shades of Lime Green #2EDD4B

Tints of Lime Green #2EDD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 13.45%
G = 64.62%
B = 21.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#2EDD4B (or 0x2EDD4B) is known color: Lime Green. HEX triplet: 2E, DD and 4B. RGB value is (46,221,75). Sum of RGB (Red+Green+Blue) = 46+221+75=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD4B is #D122B4. Grayscale: #989898. Windows color (decimal): -13705909 or 4971822. OLE color: 4971822.

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

Color convert

RGB 46 221 75 -
CMYK 0.79 0 0.66 0.13
HSL 129.94º 0.72% 0.52% -
HSV(B) 129.94º 0.79% 0.87% -
XYZ 28.25 52.8 15.36 -
YUV 152.03 84.52 52.37 -
System Red Green Blue C M Y K H S L
Decimal 46 221 75 0.79 0 0.66 0.13 129.94 0.72 0.52
Hex 2E DD 4B 4F 0 42 D 82 48 34
Octal 56 335 113 117 0 102 15 202 110 64
Binary 101110 11011101 1001011 1001111 0 1000010 1101 10000010 1001000 110100

Color Harmonies of #2EDD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD4B

Black with #2EDD4B

Text Example


Text Example

White with #2EDD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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