Html Css Color HEX #2EEC1F Lime Green

📋 copy color: '#2EEC1F'

red 46 ◦ green 236 ◦ blue 31

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

Shades of Lime Green #2EEC1F

Tints of Lime Green #2EEC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 14.7%
G = 75.4%
B = 9.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#2EEC1F (or 0x2EEC1F) is known color: Lime Green. HEX triplet: 2E, EC and 1F. RGB value is (46,236,31). Sum of RGB (Red+Green+Blue) = 46+236+31=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 236 (92.58% from 255 or 75.40% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC1F is #D113E0. Grayscale: #9C9C9C. Windows color (decimal): -13702113 or 2092078. OLE color: 2092078.

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

Color convert

RGB 46 236 31 -
CMYK 0.81 0 0.87 0.07
HSL 115.61º 0.84% 0.52% -
HSV(B) 115.61º 0.87% 0.93% -
XYZ 31.37 60.67 11.35 -
YUV 155.82 57.55 49.67 -
System Red Green Blue C M Y K H S L
Decimal 46 236 31 0.81 0 0.87 0.07 115.61 0.84 0.52
Hex 2E EC 1F 51 0 57 7 74 54 34
Octal 56 354 37 121 0 127 7 164 124 64
Binary 101110 11101100 11111 1010001 0 1010111 111 1110100 1010100 110100

Color Harmonies of #2EEC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC1F

Black with #2EEC1F

Text Example


Text Example

White with #2EEC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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