Html Css Color HEX #2EDB38 Lime Green

📋 copy color: '#2EDB38'

red 46 ◦ green 219 ◦ blue 56

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

Shades of Lime Green #2EDB38

Tints of Lime Green #2EDB38

RGB

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

 GREEN value IS 219 (85.94% from 255) = 68.22%

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 14.33%
G = 68.22%
B = 17.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#2EDB38 (or 0x2EDB38) is known color: Lime Green. HEX triplet: 2E, DB and 38. RGB value is (46,219,56). Sum of RGB (Red+Green+Blue) = 46+219+56=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 219 (85.94% from 255 or 68.22% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDB38 is #D124C7. Grayscale: #959595. Windows color (decimal): -13706440 or 3726126. OLE color: 3726126.

HSL color Cylindrical-coordinate representation of color #2EDB38: hue angle of 123.47º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDB38 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 219 56 -
CMYK 0.79 0 0.74 0.14
HSL 123.47º 0.71% 0.52% -
HSV(B) 123.47º 0.79% 0.86% -
XYZ 27.17 51.53 12.26 -
YUV 148.69 75.69 54.75 -
System Red Green Blue C M Y K H S L
Decimal 46 219 56 0.79 0 0.74 0.14 123.47 0.71 0.52
Hex 2E DB 38 4F 0 4A E 7B 47 34
Octal 56 333 70 117 0 112 16 173 107 64
Binary 101110 11011011 111000 1001111 0 1001010 1110 1111011 1000111 110100

Color Harmonies of #2EDB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDB38

Black with #2EDB38

Text Example


Text Example

White with #2EDB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,219,56); }

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

background-color css

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

 a { background-color: rgb(46,219,56); }

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

border-color css

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

 span { border-color: rgb(46,219,56); }

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