Html Css Color HEX #2ED223 Lime Green

📋 copy color: '#2ED223'

red 46 ◦ green 210 ◦ blue 35

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

Shades of Lime Green #2ED223

Tints of Lime Green #2ED223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 72.16%

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

R = 15.81%
G = 72.16%
B = 12.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#2ED223 (or 0x2ED223) is known color: Lime Green. HEX triplet: 2E, D2 and 23. RGB value is (46,210,35). Sum of RGB (Red+Green+Blue) = 46+210+35=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 210 (82.42% from 255 or 72.16% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED223 is #D12DDC. Grayscale: #8D8D8D. Windows color (decimal): -13708765 or 2347566. OLE color: 2347566.

HSL color Cylindrical-coordinate representation of color #2ED223: hue angle of 116.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ED223 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 210 35 -
CMYK 0.78 0 0.83 0.18
HSL 116.23º 0.71% 0.48% -
HSV(B) 116.23º 0.83% 0.82% -
XYZ 24.48 46.8 9.33 -
YUV 141.01 68.17 60.23 -
System Red Green Blue C M Y K H S L
Decimal 46 210 35 0.78 0 0.83 0.18 116.23 0.71 0.48
Hex 2E D2 23 4E 0 53 12 74 47 30
Octal 56 322 43 116 0 123 22 164 107 60
Binary 101110 11010010 100011 1001110 0 1010011 10010 1110100 1000111 110000

Color Harmonies of #2ED223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED223

Black with #2ED223

Text Example


Text Example

White with #2ED223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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