Html Css Color HEX #2EDA28 Lime Green

📋 copy color: '#2EDA28'

red 46 ◦ green 218 ◦ blue 40

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

Shades of Lime Green #2EDA28

Tints of Lime Green #2EDA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 15.13%
G = 71.71%
B = 13.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#2EDA28 (or 0x2EDA28) is known color: Lime Green. HEX triplet: 2E, DA and 28. RGB value is (46,218,40). Sum of RGB (Red+Green+Blue) = 46+218+40=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA28 is #D125D7. Grayscale: #929292. Windows color (decimal): -13706712 or 2677294. OLE color: 2677294.

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

Color convert

RGB 46 218 40 -
CMYK 0.79 0 0.82 0.15
HSL 117.98º 0.71% 0.51% -
HSV(B) 117.98º 0.82% 0.85% -
XYZ 26.58 50.88 10.43 -
YUV 146.28 68.02 56.47 -
System Red Green Blue C M Y K H S L
Decimal 46 218 40 0.79 0 0.82 0.15 117.98 0.71 0.51
Hex 2E DA 28 4F 0 52 F 76 47 33
Octal 56 332 50 117 0 122 17 166 107 63
Binary 101110 11011010 101000 1001111 0 1010010 1111 1110110 1000111 110011

Color Harmonies of #2EDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA28

Black with #2EDA28

Text Example


Text Example

White with #2EDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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