Html Css Color HEX #2EDA21 Lime Green

📋 copy color: '#2EDA21'

red 46 ◦ green 218 ◦ blue 33

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

Shades of Lime Green #2EDA21

Tints of Lime Green #2EDA21

RGB

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

 GREEN value IS 218 (85.55% from 255) = 73.4%

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 15.49%
G = 73.4%
B = 11.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#2EDA21 (or 0x2EDA21) is known color: Lime Green. HEX triplet: 2E, DA and 21. RGB value is (46,218,33). Sum of RGB (Red+Green+Blue) = 46+218+33=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 218 (85.55% from 255 or 73.40% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA21 is #D125DE. Grayscale: #929292. Windows color (decimal): -13706719 or 2218542. OLE color: 2218542.

HSL color Cylindrical-coordinate representation of color #2EDA21: hue angle of 115.78º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EDA21 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 218 33 -
CMYK 0.79 0 0.85 0.15
HSL 115.78º 0.74% 0.49% -
HSV(B) 115.78º 0.85% 0.85% -
XYZ 26.47 50.83 9.86 -
YUV 145.48 64.52 57.04 -
System Red Green Blue C M Y K H S L
Decimal 46 218 33 0.79 0 0.85 0.15 115.78 0.74 0.49
Hex 2E DA 21 4F 0 55 F 74 4A 31
Octal 56 332 41 117 0 125 17 164 112 61
Binary 101110 11011010 100001 1001111 0 1010101 1111 1110100 1001010 110001

Color Harmonies of #2EDA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA21

Black with #2EDA21

Text Example


Text Example

White with #2EDA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,33); }

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

background-color css

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

 a { background-color: rgb(46,218,33); }

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

border-color css

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

 span { border-color: rgb(46,218,33); }

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