Html Css Color HEX #2ED40B Lime Green

📋 copy color: '#2ED40B'

red 46 ◦ green 212 ◦ blue 11

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

Shades of Lime Green #2ED40B

Tints of Lime Green #2ED40B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 78.81%

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 17.1%
G = 78.81%
B = 4.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#2ED40B (or 0x2ED40B) is known color: Lime Green. HEX triplet: 2E, D4 and 0B. RGB value is (46,212,11). Sum of RGB (Red+Green+Blue) = 46+212+11=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 212 (83.20% from 255 or 78.81% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED40B is #D12BF4. Grayscale: #8C8C8C. Windows color (decimal): -13708277 or 775214. OLE color: 775214.

HSL color Cylindrical-coordinate representation of color #2ED40B: hue angle of 109.55º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2ED40B is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 212 11 -
CMYK 0.78 0 0.95 0.17
HSL 109.55º 0.9% 0.44% -
HSV(B) 109.55º 0.95% 0.83% -
XYZ 24.73 47.69 8.22 -
YUV 139.45 55.5 61.34 -
System Red Green Blue C M Y K H S L
Decimal 46 212 11 0.78 0 0.95 0.17 109.55 0.9 0.44
Hex 2E D4 B 4E 0 5F 11 6E 5A 2C
Octal 56 324 13 116 0 137 21 156 132 54
Binary 101110 11010100 1011 1001110 0 1011111 10001 1101110 1011010 101100

Color Harmonies of #2ED40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED40B

Black with #2ED40B

Text Example


Text Example

White with #2ED40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,212,11); }

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

background-color css

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

 a { background-color: rgb(46,212,11); }

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

border-color css

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

 span { border-color: rgb(46,212,11); }

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