Html Css Color HEX #2ED533 Lime Green

📋 copy color: '#2ED533'

red 46 ◦ green 213 ◦ blue 51

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

Shades of Lime Green #2ED533

Tints of Lime Green #2ED533

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.71%

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 14.84%
G = 68.71%
B = 16.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#2ED533 (or 0x2ED533) is known color: Lime Green. HEX triplet: 2E, D5 and 33. RGB value is (46,213,51). Sum of RGB (Red+Green+Blue) = 46+213+51=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 213 (83.59% from 255 or 68.71% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED533 is #D12ACC. Grayscale: #919191. Windows color (decimal): -13707981 or 3396910. OLE color: 3396910.

HSL color Cylindrical-coordinate representation of color #2ED533: hue angle of 121.8º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED533 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 213 51 -
CMYK 0.78 0 0.76 0.16
HSL 121.8º 0.67% 0.51% -
HSV(B) 121.8º 0.78% 0.84% -
XYZ 25.52 48.41 11.13 -
YUV 144.6 75.17 57.67 -
System Red Green Blue C M Y K H S L
Decimal 46 213 51 0.78 0 0.76 0.16 121.8 0.67 0.51
Hex 2E D5 33 4E 0 4C 10 7A 43 33
Octal 56 325 63 116 0 114 20 172 103 63
Binary 101110 11010101 110011 1001110 0 1001100 10000 1111010 1000011 110011

Color Harmonies of #2ED533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED533

Black with #2ED533

Text Example


Text Example

White with #2ED533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,213,51); }

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

background-color css

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

 a { background-color: rgb(46,213,51); }

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

border-color css

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

 span { border-color: rgb(46,213,51); }

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