Html Css Color HEX #2EDE38 Lime Green

📋 copy color: '#2EDE38'

red 46 ◦ green 222 ◦ blue 56

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

Shades of Lime Green #2EDE38

Tints of Lime Green #2EDE38

RGB

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

 GREEN value IS 222 (87.11% from 255) = 68.52%

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

R = 14.2%
G = 68.52%
B = 17.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#2EDE38 (or 0x2EDE38) is known color: Lime Green. HEX triplet: 2E, DE and 38. RGB value is (46,222,56). Sum of RGB (Red+Green+Blue) = 46+222+56=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDE38 is #D121C7. Grayscale: #969696. Windows color (decimal): -13705672 or 3726894. OLE color: 3726894.

HSL color Cylindrical-coordinate representation of color #2EDE38: hue angle of 123.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE38 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 56 -
CMYK 0.79 0 0.75 0.13
HSL 123.41º 0.73% 0.53% -
HSV(B) 123.41º 0.79% 0.87% -
XYZ 27.96 53.11 12.52 -
YUV 150.45 74.69 53.5 -
System Red Green Blue C M Y K H S L
Decimal 46 222 56 0.79 0 0.75 0.13 123.41 0.73 0.53
Hex 2E DE 38 4F 0 4B D 7B 49 35
Octal 56 336 70 117 0 113 15 173 111 65
Binary 101110 11011110 111000 1001111 0 1001011 1101 1111011 1001001 110101

Color Harmonies of #2EDE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE38

Black with #2EDE38

Text Example


Text Example

White with #2EDE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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