Html Css Color HEX #2ED32B Lime Green

📋 copy color: '#2ED32B'

red 46 ◦ green 211 ◦ blue 43

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

Shades of Lime Green #2ED32B

Tints of Lime Green #2ED32B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 70.33%

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 15.33%
G = 70.33%
B = 14.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#2ED32B (or 0x2ED32B) is known color: Lime Green. HEX triplet: 2E, D3 and 2B. RGB value is (46,211,43). Sum of RGB (Red+Green+Blue) = 46+211+43=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 211 (82.81% from 255 or 70.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED32B is #D12CD4. Grayscale: #8F8F8F. Windows color (decimal): -13708501 or 2872110. OLE color: 2872110.

HSL color Cylindrical-coordinate representation of color #2ED32B: hue angle of 118.93º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ED32B is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 211 43 -
CMYK 0.78 0 0.80 0.17
HSL 118.93º 0.66% 0.5% -
HSV(B) 118.93º 0.8% 0.83% -
XYZ 24.86 47.34 10.11 -
YUV 142.51 71.84 59.16 -
System Red Green Blue C M Y K H S L
Decimal 46 211 43 0.78 0 0.80 0.17 118.93 0.66 0.5
Hex 2E D3 2B 4E 0 50 11 77 42 32
Octal 56 323 53 116 0 120 21 167 102 62
Binary 101110 11010011 101011 1001110 0 1010000 10001 1110111 1000010 110010

Color Harmonies of #2ED32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED32B

Black with #2ED32B

Text Example


Text Example

White with #2ED32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,211,43); }

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

background-color css

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

 a { background-color: rgb(46,211,43); }

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

border-color css

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

 span { border-color: rgb(46,211,43); }

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