Html Css Color HEX #2EEC3F Lime Green

📋 copy color: '#2EEC3F'

red 46 ◦ green 236 ◦ blue 63

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

Shades of Lime Green #2EEC3F

Tints of Lime Green #2EEC3F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 68.41%

 BLUE value IS 63 (25% from 255) = 18.26%

R = 13.33%
G = 68.41%
B = 18.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#2EEC3F (or 0x2EEC3F) is known color: Lime Green. HEX triplet: 2E, EC and 3F. RGB value is (46,236,63). Sum of RGB (Red+Green+Blue) = 46+236+63=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 236 (92.58% from 255 or 68.41% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC3F is #D113C0. Grayscale: #9F9F9F. Windows color (decimal): -13702081 or 4189230. OLE color: 4189230.

HSL color Cylindrical-coordinate representation of color #2EEC3F: hue angle of 125.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEC3F is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 63 -
CMYK 0.81 0 0.73 0.07
HSL 125.37º 0.83% 0.55% -
HSV(B) 125.37º 0.81% 0.93% -
XYZ 32.02 60.93 14.78 -
YUV 159.47 73.55 47.07 -
System Red Green Blue C M Y K H S L
Decimal 46 236 63 0.81 0 0.73 0.07 125.37 0.83 0.55
Hex 2E EC 3F 51 0 49 7 7D 53 37
Octal 56 354 77 121 0 111 7 175 123 67
Binary 101110 11101100 111111 1010001 0 1001001 111 1111101 1010011 110111

Color Harmonies of #2EEC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC3F

Black with #2EEC3F

Text Example


Text Example

White with #2EEC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,236,63); }

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

background-color css

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

 a { background-color: rgb(46,236,63); }

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

border-color css

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

 span { border-color: rgb(46,236,63); }

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