Html Css Color HEX #2ED835 Lime Green

📋 copy color: '#2ED835'

red 46 ◦ green 216 ◦ blue 53

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

Shades of Lime Green #2ED835

Tints of Lime Green #2ED835

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.57%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 14.6%
G = 68.57%
B = 16.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#2ED835 (or 0x2ED835) is known color: Lime Green. HEX triplet: 2E, D8 and 35. RGB value is (46,216,53). Sum of RGB (Red+Green+Blue) = 46+216+53=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 216 (84.77% from 255 or 68.57% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED835 is #D127CA. Grayscale: #939393. Windows color (decimal): -13707211 or 3528750. OLE color: 3528750.

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

Color convert

RGB 46 216 53 -
CMYK 0.79 0 0.75 0.15
HSL 122.47º 0.69% 0.51% -
HSV(B) 122.47º 0.79% 0.85% -
XYZ 26.33 49.95 11.62 -
YUV 146.59 75.18 56.25 -
System Red Green Blue C M Y K H S L
Decimal 46 216 53 0.79 0 0.75 0.15 122.47 0.69 0.51
Hex 2E D8 35 4F 0 4B F 7A 45 33
Octal 56 330 65 117 0 113 17 172 105 63
Binary 101110 11011000 110101 1001111 0 1001011 1111 1111010 1000101 110011

Color Harmonies of #2ED835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED835

Black with #2ED835

Text Example


Text Example

White with #2ED835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,216,53); }

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

background-color css

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

 a { background-color: rgb(46,216,53); }

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

border-color css

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

 span { border-color: rgb(46,216,53); }

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