Html Css Color HEX #2EDF23 Lime Green

📋 copy color: '#2EDF23'

red 46 ◦ green 223 ◦ blue 35

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

Shades of Lime Green #2EDF23

Tints of Lime Green #2EDF23

RGB

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

 GREEN value IS 223 (87.5% from 255) = 73.36%

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

R = 15.13%
G = 73.36%
B = 11.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#2EDF23 (or 0x2EDF23) is known color: Lime Green. HEX triplet: 2E, DF and 23. RGB value is (46,223,35). Sum of RGB (Red+Green+Blue) = 46+223+35=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF23 is #D120DC. Grayscale: #959595. Windows color (decimal): -13705437 or 2350894. OLE color: 2350894.

HSL color Cylindrical-coordinate representation of color #2EDF23: hue angle of 116.49º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EDF23 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 35 -
CMYK 0.79 0 0.84 0.13
HSL 116.49º 0.75% 0.51% -
HSV(B) 116.49º 0.84% 0.87% -
XYZ 27.82 53.48 10.45 -
YUV 148.65 63.86 54.79 -
System Red Green Blue C M Y K H S L
Decimal 46 223 35 0.79 0 0.84 0.13 116.49 0.75 0.51
Hex 2E DF 23 4F 0 54 D 74 4B 33
Octal 56 337 43 117 0 124 15 164 113 63
Binary 101110 11011111 100011 1001111 0 1010100 1101 1110100 1001011 110011

Color Harmonies of #2EDF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF23

Black with #2EDF23

Text Example


Text Example

White with #2EDF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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