Html Css Color HEX #2EDA36 Lime Green

📋 copy color: '#2EDA36'

red 46 ◦ green 218 ◦ blue 54

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

Shades of Lime Green #2EDA36

Tints of Lime Green #2EDA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 14.47%
G = 68.55%
B = 16.98%

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

#2EDA36 (or 0x2EDA36) is known color: Lime Green. HEX triplet: 2E, DA and 36. RGB value is (46,218,54). Sum of RGB (Red+Green+Blue) = 46+218+54=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA36 is #D125C9. Grayscale: #949494. Windows color (decimal): -13706698 or 3594798. OLE color: 3594798.

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

Color convert

RGB 46 218 54 -
CMYK 0.79 0 0.75 0.15
HSL 122.79º 0.7% 0.52% -
HSV(B) 122.79º 0.79% 0.85% -
XYZ 26.86 50.99 11.92 -
YUV 147.88 75.02 55.34 -
System Red Green Blue C M Y K H S L
Decimal 46 218 54 0.79 0 0.75 0.15 122.79 0.7 0.52
Hex 2E DA 36 4F 0 4B F 7B 46 34
Octal 56 332 66 117 0 113 17 173 106 64
Binary 101110 11011010 110110 1001111 0 1001011 1111 1111011 1000110 110100

Color Harmonies of #2EDA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA36

Black with #2EDA36

Text Example


Text Example

White with #2EDA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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