Html Css Color HEX #2EDA23 Lime Green

📋 copy color: '#2EDA23'

red 46 ◦ green 218 ◦ blue 35

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

Shades of Lime Green #2EDA23

Tints of Lime Green #2EDA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.71%

R = 15.38%
G = 72.91%
B = 11.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#2EDA23 (or 0x2EDA23) is known color: Lime Green. HEX triplet: 2E, DA and 23. RGB value is (46,218,35). Sum of RGB (Red+Green+Blue) = 46+218+35=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 218 (85.55% from 255 or 72.91% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA23 is #D125DC. Grayscale: #929292. Windows color (decimal): -13706717 or 2349614. OLE color: 2349614.

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

Color convert

RGB 46 218 35 -
CMYK 0.79 0 0.84 0.15
HSL 116.39º 0.72% 0.5% -
HSV(B) 116.39º 0.84% 0.85% -
XYZ 26.5 50.85 10.01 -
YUV 145.71 65.52 56.88 -
System Red Green Blue C M Y K H S L
Decimal 46 218 35 0.79 0 0.84 0.15 116.39 0.72 0.5
Hex 2E DA 23 4F 0 54 F 74 48 32
Octal 56 332 43 117 0 124 17 164 110 62
Binary 101110 11011010 100011 1001111 0 1010100 1111 1110100 1001000 110010

Color Harmonies of #2EDA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA23

Black with #2EDA23

Text Example


Text Example

White with #2EDA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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